Skip to content

Commit 20604fa

Browse files
committed
Bump version and update changelog
1 parent 84f1235 commit 20604fa

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

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

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

5+
## 0.8.14
6+
- Adds utility for addressing immediate FK constraints caused by Django upgrade, automatically performed for morango models in a Django migration.
7+
58
## 0.8.13
69
- Removes multiprocessing fallback for RSA key generation to avoid leaving zombie processes; key generation now stays in-process
710

morango/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.8.13"
1+
__version__ = "0.8.14"

0 commit comments

Comments
 (0)