Skip to content

Commit

Permalink
Prep for 2.3 release (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblum authored Apr 11, 2018
1 parent fa10137 commit 991ca86
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 7 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.3, TBD
Version 2.4, TBD
----------------


Version 2.3, 10 April, 2018
----------------
* Bugfix: Updates Spanish translation messages. -
`#330 <https://github.com/macropin/django-registration/pull/330>_`

Version 2.2, 08 February, 2018
----------------
* Bugfix: Updates Russian translation messages. -
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.2'
version = '2.3'
# The full version, including alpha/beta/rc tags.
release = '2.2'
release = '2.3'

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

Backwards-incompatible changes
------------------------------

Version 2.3
```````````

- None


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


def get_version():
Expand Down
Binary file modified registration/locale/es/LC_MESSAGES/django.mo
Binary file not shown.
6 changes: 3 additions & 3 deletions registration/locale/es/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: django-registration 0.3 \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-04-10 22:00-0400\n"
"POT-Creation-Date: 2018-04-10 22:33-0400\n"
"PO-Revision-Date: 2018-04-09 16:18+0200\n"
"Last-Translator: Jose Antonio Martin <[email protected]>\n"
"Language-Team: Español <[email protected]>\n"
Expand Down Expand Up @@ -287,7 +287,7 @@ msgstr "Aprobación de la cuenta encendido."

#: templates/registration/login.html:4 templates/registration/login.html:10
msgid "Log in"
msgstr "Entrar"
msgstr "Iniciar sesión"

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

#: templates/registration/password_reset_confirm.html:10
msgid "Confirm password reset"
Expand Down

0 comments on commit 991ca86

Please sign in to comment.