Skip to content

Commit

Permalink
prep for 2.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblum committed May 7, 2020
1 parent 723dad0 commit 024eeb5
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@
django-registration-redux changelog
===================================

Version 2.8, TBD
Version 2.9, TBD
----------------


Version 2.8, 7 May, 2020
----------------
* Feature: Greek translations - `#381
<https://github.com/macropin/django-registration/pull/381>_`

Version 2.7, 4 January, 2020
----------------
* Feature: Django 3.0 support - `#373
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.7'
version = '2.8'
# The full version, including alpha/beta/rc tags.
release = '2.7'
release = '2.8'

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

Version 2.8
```````````

- None

Version 2.7
```````````

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


def get_version():
Expand Down

0 comments on commit 024eeb5

Please sign in to comment.