Skip to content

Commit a844f2d

Browse files
committed
Bump version: 0.8.1 → 0.8.2
1 parent be55540 commit a844f2d

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.bumpversion.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[bumpversion]
2-
current_version = 0.8.1
2+
current_version = 0.8.2
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
6-
serialize =
6+
serialize =
77
{major}.{minor}.{patch}
88

99
[bumpversion:file:rest_registration/_version.py]

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.2
7+
8+
* Add translation for DE
9+
10+
611
### v0.8.1
712

813
* Override get_serializer_class in VerifyRegistrationView (#215)

rest_registration/_version.py

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

0 commit comments

Comments
 (0)