We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f686a0 commit d1384a5Copy full SHA for d1384a5
drf_sideloading/__init__.py
@@ -1 +1 @@
1
-__version__ = "2.2.0"
+__version__ = "2.2.1"
setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
2
-current_version = 2.2.0
+current_version = 2.2.1
3
commit = True
4
tag = True
5
@@ -10,7 +10,7 @@ universal = 1
10
11
[flake8]
12
ignore = D203
13
-exclude =
+exclude =
14
drf_sideloading/migrations,
15
.git,
16
.tox,
0 commit comments