We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 665eb61 commit 5552f98Copy full SHA for 5552f98
CHANGELOG.rst
@@ -18,6 +18,12 @@ Releases
18
master
19
~~~~~~
20
21
+...
22
+
23
24
+0.3.2
25
+~~~~~
26
27
* Fixed an infinite loop condition in ``fake_username`` when using the default empty separator
28
29
anon/__init__.py
@@ -2,7 +2,7 @@
2
import sys
3
4
5
-__version__ = "0.3.1"
+__version__ = "0.3.2"
6
7
try:
8
from .base import BaseAnonymizer, lazy_attribute # noqa: F401
0 commit comments