Skip to content

Commit 079832e

Browse files
committed
Bump version: 2.0.1 → 2.1.0
1 parent ac90b10 commit 079832e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
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.0.1"
1+
__version__ = "2.1.0"

setup.cfg

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

@@ -10,12 +10,11 @@ universal = 1
1010

1111
[flake8]
1212
ignore = D203
13-
exclude =
13+
exclude =
1414
drf_sideloading/migrations,
1515
.git,
1616
.tox,
1717
docs/conf.py,
1818
build,
1919
dist
2020
max-line-length = 120
21-

0 commit comments

Comments
 (0)