We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fccaf2a commit c86c9fcCopy full SHA for c86c9fc
2 files changed
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
List of the most important changes for each release.
4
5
+## 0.7.1
6
+ - Supersedes 0.7.0
7
+ - Drops support for Python 3.4 and 3.5
8
+ - Upgrades cryptography library to 3.3.2, the latest version that supports Python 2.7
9
+
10
## 0.6.19
11
- The `cleanupsyncs` management command now only cleans up sync sessions if also inactive for `expiration` amount of time
12
- Fixes issue accessing index on queryset in `cleanupsyncs` management command
morango/__init__.py
@@ -3,4 +3,4 @@
from __future__ import unicode_literals
default_app_config = "morango.apps.MorangoConfig"
-__version__ = "0.7.0"
+__version__ = "0.7.1"
0 commit comments