Skip to content

Commit

Permalink
Bump version: 0.8.2 → 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
apragacz committed Dec 4, 2023
1 parent 67839a4 commit 81ec9bd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.8.2
current_version = 0.8.3
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@

## Version 0.8

### v0.8.3

* Use UserAttrsProxy as last resort in build_initial_user (#259)
* Add verification settings to test_ok_with_user_with_relations
* Fix typo (#268)
* Add document for settings of LOGIN_RETRIEVE_TOKEN
* Set user_activated sender to VerifyRegistrationView
* Add 'USER_LOGIN_FIELDS_UNIQUE_CHECK_ENABLED' setting (#208)


### v0.8.2

* Add translation for DE
Expand Down
2 changes: 1 addition & 1 deletion rest_registration/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.8.2"
__version__ = "0.8.3"

0 comments on commit 81ec9bd

Please sign in to comment.