Skip to content

Commit 5552f98

Browse files
committed
Bump to 0.3.2
1 parent 665eb61 commit 5552f98

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.rst

+6
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ Releases
1818
master
1919
~~~~~~
2020

21+
...
22+
23+
24+
0.3.2
25+
~~~~~
26+
2127
* Fixed an infinite loop condition in ``fake_username`` when using the default empty separator
2228

2329

anon/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import sys
33

44

5-
__version__ = "0.3.1"
5+
__version__ = "0.3.2"
66

77
try:
88
from .base import BaseAnonymizer, lazy_attribute # noqa: F401

0 commit comments

Comments
 (0)