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 497a299 commit ca7be4eCopy full SHA for ca7be4e
CHANGELOG.md
@@ -3,6 +3,11 @@
3
4
## Version 0.8
5
6
+### v0.8.1
7
+
8
+* Override get_serializer_class in VerifyRegistrationView (#215)
9
10
11
### v0.8.0
12
13
* Add CHANGELOG.md
rest_registration/_version.py
@@ -1 +1 @@
1
-__version__ = "0.8.0"
+__version__ = "0.8.1"
setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
2
-current_version = 0.8.0
+current_version = 0.8.1
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
0 commit comments