Skip to content

Commit

Permalink
prep for 2.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblum committed Mar 9, 2022
1 parent ba430f3 commit 852a3ce
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,17 @@
django-registration-redux changelog
===================================

Version 2.10, TBD
----------------
## Version 2.11, TBD

## Version 2.10, 8 March, 2022

* BACKWARDS-INCOMPATIBLE CHANGE: Remove support for Django < 3.1 and Python
3.5
* Bugfix: Update Polish translations.
`#417 <https://github.com/macropin/django-registration/pull/417>_`
`#418 <https://github.com/macropin/django-registration/pull/418>_`
* Bugfix: Set default_auto_field on RegistrationProfile
`#414 <https://github.com/macropin/django-registration/pull/414>_`
* Feature: Django 3.2 support.
`#412 <https://github.com/macropin/django-registration/pull/412>_`
* Feature: Django 4.0 support.
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.9'
version = '2.10'
# The full version, including alpha/beta/rc tags.
release = '2.9'
release = '2.10'

# 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, 9, 0, 'final', 0)
VERSION = (2, 10, 0, 'final', 0)


def get_version():
Expand Down

0 comments on commit 852a3ce

Please sign in to comment.