Skip to content

Commit e1c2cd1

Browse files
committed
Bump version: 2.1.1 → 3.0.0
1 parent 546e4a0 commit e1c2cd1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

django_scrubber/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from django.conf import settings
22
from django.db import models
33

4-
__version__ = '2.1.1'
4+
__version__ = '3.0.0'
55

66
defaults = {
77
'SCRUBBER_RANDOM_SEED': 42, # we prefer idempotent scrubbing

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.1.1
2+
current_version = 3.0.0
33
commit = True
44
tag = True
55

0 commit comments

Comments
 (0)