Skip to content

Commit e3785cb

Browse files
committed
Bump version to 0.7.0
Changes: * Add Django 4.x support (#172) * Drop official support for Django 1.x * Drop official support for Python 3.4
1 parent 2288cf1 commit e3785cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest_registration/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.6.5"
1+
__version__ = "0.7.0"
22
default_app_config = 'rest_registration.apps.RestRegistrationConfig'

0 commit comments

Comments
 (0)