Skip to content

Commit

Permalink
Bump version numbers for 3.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
ubernostrum committed Apr 1, 2021
1 parent 41460db commit f314570
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2007-2020, James Bennett
Copyright (c) 2007-2021, James Bennett
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
source_suffix = ".rst"
master_doc = "index"
project = "django-registration"
copyright = "2007-2020, James Bennett"
copyright = "2007-2021, James Bennett"
version = "3.1"
release = "3.1.1"
release = "3.1.2"
exclude_trees = ["_build"]
pygments_style = "sphinx"
htmlhelp_basename = "django-registrationdoc"
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@

from setuptools import find_packages, setup


setup(
name="django-registration",
zip_safe=False, # eggs are the devil.
version="3.1.1",
version="3.1.2",
description="An extensible user-registration application for Django",
long_description=open(os.path.join(os.path.dirname(__file__), "README.rst")).read(),
author="James Bennett",
Expand Down

0 comments on commit f314570

Please sign in to comment.