Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ubernostrum committed Jul 4, 2023
1 parent aac1df3 commit d0ee9e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/django_registration/__init__.py
Expand Up @@ -3,4 +3,4 @@
"""

__version__ = "3.4a1"
__version__ = "3.4"

0 comments on commit d0ee9e6

Please sign in to comment.