diff --git a/CHANGELOG.md b/CHANGELOG.md index 52557c40..b68b889d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,14 @@ BI indicates a backward incompatible change. Take caution when upgrading to a version with these. Your code will need to be updated to continue working. +## 3.3.2 + +* #375 - Include migration for `SignupCode.max_uses` (closes #374) +* #376 - Static analysis fixups + ## 3.3.1 -* #373 Re-include migrations in distribution +* #373 - Re-include migrations in distribution ## 3.3.0 diff --git a/account/__init__.py b/account/__init__.py index ff041687..3e2d550b 100644 --- a/account/__init__.py +++ b/account/__init__.py @@ -1 +1 @@ -__version__ = "3.3.1" +__version__ = "3.3.2"