Skip to content

Commit

Permalink
Bump to 0.3.1 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
caioariede authored Mar 9, 2021
1 parent 039e526 commit 6e4f0b5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ master
* ...


0.3.1
~~~~~

* Fixed bug that happens with newer versions of Django (> 2.2) #63


0.3
~~~

Expand Down
2 changes: 1 addition & 1 deletion anon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import sys


__version__ = "0.3"
__version__ = "0.3.1"

try:
from .base import BaseAnonymizer, lazy_attribute # noqa: F401
Expand Down

0 comments on commit 6e4f0b5

Please sign in to comment.