Skip to content

Commit 991ca86

Browse files
authored
Prep for 2.3 release (#332)
1 parent fa10137 commit 991ca86

File tree

6 files changed

+23
-7
lines changed

6 files changed

+23
-7
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.3, TBD
5+
Version 2.4, TBD
66
----------------
77

8+
9+
Version 2.3, 10 April, 2018
10+
----------------
11+
* Bugfix: Updates Spanish translation messages. -
12+
`#330 <https://github.com/macropin/django-registration/pull/330>_`
13+
814
Version 2.2, 08 February, 2018
915
----------------
1016
* Bugfix: Updates Russian translation messages. -

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.2'
49+
version = '2.3'
5050
# The full version, including alpha/beta/rc tags.
51-
release = '2.2'
51+
release = '2.3'
5252

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

docs/upgrade.rst

+10
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,25 @@ older Django releases may work, but are officially unsupported. Additionally,
1919

2020
Backwards-incompatible changes
2121
------------------------------
22+
23+
Version 2.3
24+
```````````
25+
26+
- None
27+
28+
2229
Version 2.2
2330
```````````
2431

2532
- None
2633

34+
2735
Version 2.1
2836
```````````
37+
2938
- None
3039

40+
3141
Version 2.0
3242
```````````
3343

registration/__init__.py

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

33

44
def get_version():
18 Bytes
Binary file not shown.

registration/locale/es/LC_MESSAGES/django.po

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: django-registration 0.3 \n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-04-10 22:00-0400\n"
11+
"POT-Creation-Date: 2018-04-10 22:33-0400\n"
1212
"PO-Revision-Date: 2018-04-09 16:18+0200\n"
1313
"Last-Translator: Jose Antonio Martin <[email protected]>\n"
1414
"Language-Team: Español <[email protected]>\n"
@@ -287,7 +287,7 @@ msgstr "Aprobación de la cuenta encendido."
287287

288288
#: templates/registration/login.html:4 templates/registration/login.html:10
289289
msgid "Log in"
290-
msgstr "Entrar"
290+
msgstr "Iniciar sesión"
291291

292292
#: templates/registration/login.html:14
293293
msgid "Forgot your password?"
@@ -337,7 +337,7 @@ msgstr "¡Su contraseña ha sido restablecida!"
337337
#: templates/registration/password_reset_complete.html:9
338338
#, python-format
339339
msgid "You may now <a href=\"%(login_url)s\">log in</a>"
340-
msgstr "Ahora puede <a href=\"%(login_url)s\">entrar</a>"
340+
msgstr "Ahora puede <a href=\"%(login_url)s\">iniciar sesión</a>"
341341

342342
#: templates/registration/password_reset_confirm.html:10
343343
msgid "Confirm password reset"

0 commit comments

Comments
 (0)