We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57c43ec commit 001e1b3Copy full SHA for 001e1b3
django_scrubber/__init__.py
@@ -1,7 +1,7 @@
1
from django.conf import settings
2
from django.db import models
3
4
-__version__ = '2.1.0'
+__version__ = '2.1.1'
5
6
defaults = {
7
'SCRUBBER_RANDOM_SEED': 42, # we prefer idempotent scrubbing
setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 2.1.0
+current_version = 2.1.1
commit = True
tag = True
0 commit comments