Skip to content

Commit f16492d

Browse files
authored
Merge pull request #402 from macropin/joshblum/version-bump
prep for version 2.9
2 parents a502cf3 + b807baf commit f16492d

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

CHANGELOG

+10-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,18 @@
22
django-registration-redux changelog
33
===================================
44

5-
Version 2.9, TBD
5+
Version 2.10, TBD
66
----------------
7-
* BACKWARDS-INCOMPATIBLE CHANGE: Remove support for Django 1.11 and Python 2.7.
7+
8+
Version 2.9, 1 January, 2021
9+
----------------
10+
* BACKWARDS-INCOMPATIBLE CHANGE: Remove support for Django 1.11 and Python
11+
2.7.
812
* Feature: Django 3.1 support.
13+
`#398 <https://github.com/macropin/django-registration/pull/398>_`
14+
`#399 <https://github.com/macropin/django-registration/pull/399>_`
15+
`#400 <https://github.com/macropin/django-registration/pull/400>_`
16+
`#401 <https://github.com/macropin/django-registration/pull/401>_`
917

1018
Version 2.8, 7 May, 2020
1119
----------------

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
# built documents.
4545
#
4646
# The short X.Y version.
47-
version = '2.8'
47+
version = '2.9'
4848
# The full version, including alpha/beta/rc tags.
49-
release = '2.8'
49+
release = '2.9'
5050

5151
# The language for content autogenerated by Sphinx. Refer to documentation
5252
# for a list of supported languages.

registration/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (2, 8, 0, 'final', 0)
1+
VERSION = (2, 9, 0, 'final', 0)
22

33

44
def get_version():

0 commit comments

Comments
 (0)