We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 546e4a0 commit e1c2cd1Copy full SHA for e1c2cd1
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.1'
+__version__ = '3.0.0'
5
6
defaults = {
7
'SCRUBBER_RANDOM_SEED': 42, # we prefer idempotent scrubbing
setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 2.1.1
+current_version = 3.0.0
commit = True
tag = True
0 commit comments