Skip to content

Commit e210dc1

Browse files
authored
prep for 2.10 release (#422)
1 parent ba430f3 commit e210dc1

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

CHANGELOG

+11-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,17 @@
22
django-registration-redux changelog
33
===================================
44

5-
Version 2.10, TBD
6-
----------------
5+
## Version 2.11, TBD
6+
7+
## Version 2.10, 8 March, 2022
8+
9+
* BACKWARDS-INCOMPATIBLE CHANGE: Remove support for Django < 3.1 and Python
10+
3.5
11+
* Bugfix: Update Polish translations.
12+
`#417 <https://github.com/macropin/django-registration/pull/417>_`
13+
`#418 <https://github.com/macropin/django-registration/pull/418>_`
14+
* Bugfix: Set default_auto_field on RegistrationProfile
15+
`#414 <https://github.com/macropin/django-registration/pull/414>_`
716
* Feature: Django 3.2 support.
817
`#412 <https://github.com/macropin/django-registration/pull/412>_`
918
* Feature: Django 4.0 support.

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.9'
47+
version = '2.10'
4848
# The full version, including alpha/beta/rc tags.
49-
release = '2.9'
49+
release = '2.10'
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, 9, 0, 'final', 0)
1+
VERSION = (2, 10, 0, 'final', 0)
22

33

44
def get_version():

0 commit comments

Comments
 (0)