diff --git a/doc/changelog.rst b/doc/changelog.rst index 30aba64552..79eee1747a 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -3,6 +3,7 @@ Release Notes ============= +- :release:`1.1.1 <2020-01-10` - :bug:`844` The 1.1.0 release was only installable via git (either by way of pip URLs or a full checkout), not by pip on its own. - :bug:`-` The list of all submission feedback given in a single event was only usable for people with administrator permissions. - :bug:`-` Not all CfP form help text parts were translated. diff --git a/src/pretalx/__init__.py b/src/pretalx/__init__.py index 6849410aae..a82b376d2d 100644 --- a/src/pretalx/__init__.py +++ b/src/pretalx/__init__.py @@ -1 +1 @@ -__version__ = "1.1.0" +__version__ = "1.1.1"