Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rtibbles committed Dec 13, 2023
1 parent fccaf2a commit c86c9fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

List of the most important changes for each release.

## 0.7.1
- Supersedes 0.7.0
- Drops support for Python 3.4 and 3.5
- Upgrades cryptography library to 3.3.2, the latest version that supports Python 2.7

## 0.6.19
- The `cleanupsyncs` management command now only cleans up sync sessions if also inactive for `expiration` amount of time
- Fixes issue accessing index on queryset in `cleanupsyncs` management command
Expand Down
2 changes: 1 addition & 1 deletion morango/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from __future__ import unicode_literals

default_app_config = "morango.apps.MorangoConfig"
__version__ = "0.7.0"
__version__ = "0.7.1"

0 comments on commit c86c9fc

Please sign in to comment.