From a3a6ec9174e17aecabbe3b1cfb13df4c050a7852 Mon Sep 17 00:00:00 2001 From: Tobias Kunze Date: Tue, 19 Jun 2018 22:38:58 +0200 Subject: [PATCH] Release v0.7.1 --- doc/changelog.rst | 1 + src/pretalx/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/changelog.rst b/doc/changelog.rst index 6f7448f2ea..802a874636 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -3,6 +3,7 @@ Release Notes ============= +- :release:`0.7.1 <2018-06-19>` - :bug:`-` The new read-only links for submissions received the same secret token when migrating the database. No data was leaked as this made using the read-only links impossible. When upgrading to the next release, all read-only link addresses will be reset. - :bug:`-` A one-character-oversight led to issues with the new navigation search with certain user permissions. - :release:`0.7.0 <2018-06-19>` diff --git a/src/pretalx/__init__.py b/src/pretalx/__init__.py index a71c5c7f11..f0788a87ae 100644 --- a/src/pretalx/__init__.py +++ b/src/pretalx/__init__.py @@ -1 +1 @@ -__version__ = '0.7.0' +__version__ = '0.7.1'