Skip to content

Commit

Permalink
Merge pull request #402 from macropin/joshblum/version-bump
Browse files Browse the repository at this point in the history
prep for version 2.9
  • Loading branch information
joshblum authored Jan 5, 2021
2 parents a502cf3 + b807baf commit f16492d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,18 @@
django-registration-redux changelog
===================================

Version 2.9, TBD
Version 2.10, TBD
----------------
* BACKWARDS-INCOMPATIBLE CHANGE: Remove support for Django 1.11 and Python 2.7.

Version 2.9, 1 January, 2021
----------------
* BACKWARDS-INCOMPATIBLE CHANGE: Remove support for Django 1.11 and Python
2.7.
* Feature: Django 3.1 support.
`#398 <https://github.com/macropin/django-registration/pull/398>_`
`#399 <https://github.com/macropin/django-registration/pull/399>_`
`#400 <https://github.com/macropin/django-registration/pull/400>_`
`#401 <https://github.com/macropin/django-registration/pull/401>_`

Version 2.8, 7 May, 2020
----------------
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
# built documents.
#
# The short X.Y version.
version = '2.8'
version = '2.9'
# The full version, including alpha/beta/rc tags.
release = '2.8'
release = '2.9'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion registration/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (2, 8, 0, 'final', 0)
VERSION = (2, 9, 0, 'final', 0)


def get_version():
Expand Down

0 comments on commit f16492d

Please sign in to comment.