Skip to content

Commit ca7be4e

Browse files
committed
Bump version: 0.8.0 → 0.8.1
1 parent 497a299 commit ca7be4e

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33

44
## Version 0.8
55

6+
### v0.8.1
7+
8+
* Override get_serializer_class in VerifyRegistrationView (#215)
9+
10+
611
### v0.8.0
712

813
* Add CHANGELOG.md

rest_registration/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.8.0"
1+
__version__ = "0.8.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 = 0.8.0
2+
current_version = 0.8.1
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)

0 commit comments

Comments
 (0)