Skip to content

Commit

Permalink
Prep for version 2.2 release (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblum authored Feb 9, 2018
1 parent 6959f9e commit 4e5a6fc
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@
django-registration-redux changelog
===================================

Version 2.2, TBD
Version 2.3, TBD
----------------

Version 2.2, 08 February, 2018
----------------
* Bugfix: Updates Russian translation messages. -
`#321 <https://github.com/macropin/django-registration/pull/321>_`

Version 2.1, 17 December, 2018
----------------
* Bugfix: Fix formatting issues in documentation.
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
# built documents.
#
# The short X.Y version.
version = '2.1'
version = '2.2'
# The full version, including alpha/beta/rc tags.
release = '2.1'
release = '2.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
6 changes: 5 additions & 1 deletion docs/upgrade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,15 @@ older Django releases may work, but are officially unsupported. Additionally,

Backwards-incompatible changes
------------------------------
Version 2.1
Version 2.2
```````````

- None

Version 2.1
```````````
- None

Version 2.0
```````````

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


def get_version():
Expand Down

0 comments on commit 4e5a6fc

Please sign in to comment.