From ba3df5b60ad0ec179a1fa75f9996fdb35dd1f067 Mon Sep 17 00:00:00 2001 From: Benjamin Kampmann Date: Fri, 24 Nov 2023 15:59:51 +0000 Subject: [PATCH] Tag and publish 0.8.1 --- README.md | 4 ++++ synapse_super_invites/__init__.py | 2 +- tox.ini | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9250152..eef2a08 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/synapse_super_invites/__init__.py b/synapse_super_invites/__init__.py index 2a88b5a..722161a 100644 --- a/synapse_super_invites/__init__.py +++ b/synapse_super_invites/__init__.py @@ -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__)) diff --git a/tox.ini b/tox.ini index 6f9d909..3844804 100644 --- a/tox.ini +++ b/tox.ini @@ -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/*