Skip to content

Commit

Permalink
Bump version to 0.7.1
Browse files Browse the repository at this point in the history
Changes:

*   Make email sending replaceable (#183)
*   Drop Django 1.x support from requirements
  • Loading branch information
apragacz committed Mar 9, 2022
1 parent 589c8d2 commit 2bdb385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest_registration/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.7.0"
__version__ = "0.7.1"
default_app_config = 'rest_registration.apps.RestRegistrationConfig'

0 comments on commit 2bdb385

Please sign in to comment.