diff --git a/docs/conf.py b/docs/conf.py index 8428a62..ec6e4f7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,7 +23,7 @@ project = "django-registration" copyright = "2007, James Bennett" version = "3.4" -release = "3.4a1" +release = "3.4" exclude_trees = ["_build"] pygments_style = "sphinx" htmlhelp_basename = "django-registrationdoc" diff --git a/src/django_registration/__init__.py b/src/django_registration/__init__.py index 09cbc8c..4d22994 100644 --- a/src/django_registration/__init__.py +++ b/src/django_registration/__init__.py @@ -3,4 +3,4 @@ """ -__version__ = "3.4a1" +__version__ = "3.4"