Skip to content

Commit c86c9fc

Browse files
authored
Bump version and update changelog
1 parent fccaf2a commit c86c9fc

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
List of the most important changes for each release.
44

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+
510
## 0.6.19
611
- The `cleanupsyncs` management command now only cleans up sync sessions if also inactive for `expiration` amount of time
712
- Fixes issue accessing index on queryset in `cleanupsyncs` management command

morango/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
from __future__ import unicode_literals
44

55
default_app_config = "morango.apps.MorangoConfig"
6-
__version__ = "0.7.0"
6+
__version__ = "0.7.1"

0 commit comments

Comments
 (0)