Skip to content

Commit 024eeb5

Browse files
committed
prep for 2.8 release
1 parent 723dad0 commit 024eeb5

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

CHANGELOG

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,15 @@
22
django-registration-redux changelog
33
===================================
44

5-
Version 2.8, TBD
5+
Version 2.9, TBD
66
----------------
77

8+
9+
Version 2.8, 7 May, 2020
10+
----------------
11+
* Feature: Greek translations - `#381
12+
<https://github.com/macropin/django-registration/pull/381>_`
13+
814
Version 2.7, 4 January, 2020
915
----------------
1016
* Feature: Django 3.0 support - `#373

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
# built documents.
4747
#
4848
# The short X.Y version.
49-
version = '2.7'
49+
version = '2.8'
5050
# The full version, including alpha/beta/rc tags.
51-
release = '2.7'
51+
release = '2.8'
5252

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

docs/upgrade.rst

+5
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ older Django releases may work, but are officially unsupported. Additionally,
2020
Backwards-incompatible changes
2121
------------------------------
2222

23+
Version 2.8
24+
```````````
25+
26+
- None
27+
2328
Version 2.7
2429
```````````
2530

registration/__init__.py

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

33

44
def get_version():

0 commit comments

Comments
 (0)