Skip to content

Commit

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

*   Add Django 4.x support (#172)
*   Drop official support for Django 1.x
*   Drop official support for Python 3.4
  • Loading branch information
apragacz committed Dec 22, 2021
1 parent 2288cf1 commit e3785cb
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.6.5"
__version__ = "0.7.0"
default_app_config = 'rest_registration.apps.RestRegistrationConfig'

0 comments on commit e3785cb

Please sign in to comment.