Skip to content

Commit a3db7a8

Browse files
committed
Bump version: 2.0.0 → 2.0.1
1 parent bf9c8c6 commit a3db7a8

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2.0.1 (2021-12-16)
4+
5+
- Ensure that only allowed methods are sideloaded
6+
37
## 2.0.0 (2021-12-10)
48

59
Major refactoring to allow for multi source fields.

drf_sideloading/__init__.py

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

setup.cfg

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

0 commit comments

Comments
 (0)