Skip to content

Commit 03bbfc2

Browse files
authored
Merge pull request #335 from rtibbles/bump_0.8.13
Bump version to 0.8.13
2 parents ccc64ee + a3fb088 commit 03bbfc2

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.13
6+
- Removes multiprocessing fallback for RSA key generation to avoid leaving zombie processes; key generation now stays in-process
7+
58
## 0.8.12
69
- Fixes issue where dirty-bit isn't updated when calling save on a syncable model with `update_fields`
710

morango/__init__.py

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

0 commit comments

Comments
 (0)