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 bf9c8c6 commit a3db7a8Copy full SHA for a3db7a8
HISTORY.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 2.0.1 (2021-12-16)
4
+
5
+- Ensure that only allowed methods are sideloaded
6
7
## 2.0.0 (2021-12-10)
8
9
Major refactoring to allow for multi source fields.
drf_sideloading/__init__.py
@@ -1 +1 @@
-__version__ = "2.0.0"
+__version__ = "2.0.1"
setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 2.0.0
+current_version = 2.0.1
commit = True
tag = True
0 commit comments