Skip to content

Commit 001e1b3

Browse files
committed
Bump version: 2.1.0 → 2.1.1
1 parent 57c43ec commit 001e1b3

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.0'
4+
__version__ = '2.1.1'
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.0
2+
current_version = 2.1.1
33
commit = True
44
tag = True
55

0 commit comments

Comments
 (0)