Skip to content

Commit

Permalink
Bump to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
caioariede committed Jul 28, 2021
1 parent 665eb61 commit 5552f98
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 @@ -18,6 +18,12 @@ Releases
master
~~~~~~

...


0.3.2
~~~~~

* Fixed an infinite loop condition in ``fake_username`` when using the default empty separator


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.1"
__version__ = "0.3.2"

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

0 comments on commit 5552f98

Please sign in to comment.