Skip to content

Commit

Permalink
Tag and publish 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunicorn committed Nov 24, 2023
1 parent 958283d commit ba3df5b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ You can confirm the installation went well by trying to access the path `/_synap

## Changelog

**0.8.1** - 2023-11-24:

- ensure deleted tokens stay unaccessible -- also to the owner

**0.8.0** - 2023-11-24:

- documentation about how to use this with the docker-ansible-scripts
Expand Down
2 changes: 1 addition & 1 deletion synapse_super_invites/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from .config import SynapseSuperInvitesConfig, run_alembic
from .resource import RedeemResource, TokensResource, WebAccessResource

__version__ = "0.8.0"
__version__ = "0.8.1"

PKG_DIR = os.path.dirname(os.path.realpath(__file__))

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ extras = dev
allowlist_externals = rm

commands =
rm -rf dist/*
rm -rf dist
python -m build --sdist
python -m build --wheel
twine check dist/*
Expand Down

0 comments on commit ba3df5b

Please sign in to comment.