Skip to content

Commit f93a5d3

Browse files
committed
Bump version: 3.0.0 → 4.0.0
1 parent 9fd56b1 commit f93a5d3

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__ = "3.0.0"
4+
__version__ = "4.0.0"
55

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

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ max-line-length = 119
5353
max-complexity = 16
5454

5555
[tool.bumpversion]
56-
current_version = "3.0.0"
56+
current_version = "4.0.0"
5757
tag = true
5858
commit = true
5959

0 commit comments

Comments
 (0)