Skip to content

Commit d1384a5

Browse files
committed
Bump version: 2.2.0 → 2.2.1
1 parent 4f686a0 commit d1384a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

drf_sideloading/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.2.0"
1+
__version__ = "2.2.1"

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.2.0
2+
current_version = 2.2.1
33
commit = True
44
tag = True
55

@@ -10,7 +10,7 @@ universal = 1
1010

1111
[flake8]
1212
ignore = D203
13-
exclude =
13+
exclude =
1414
drf_sideloading/migrations,
1515
.git,
1616
.tox,

0 commit comments

Comments
 (0)