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 ac90b10 commit 079832eCopy full SHA for 079832e
drf_sideloading/__init__.py
@@ -1 +1 @@
1
-__version__ = "2.0.1"
+__version__ = "2.1.0"
setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
2
-current_version = 2.0.1
+current_version = 2.1.0
3
commit = True
4
tag = True
5
@@ -10,12 +10,11 @@ universal = 1
10
11
[flake8]
12
ignore = D203
13
-exclude =
+exclude =
14
drf_sideloading/migrations,
15
.git,
16
.tox,
17
docs/conf.py,
18
build,
19
dist
20
max-line-length = 120
21
-
0 commit comments