diff --git a/CHANGELOG b/CHANGELOG index 9c1fc537..0e29f0c5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 _` + Version 2.2, 08 February, 2018 ---------------- * Bugfix: Updates Russian translation messages. - diff --git a/docs/conf.py b/docs/conf.py index 4e0823dd..f0147db0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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. diff --git a/docs/upgrade.rst b/docs/upgrade.rst index 434c1bd2..2f1018e2 100644 --- a/docs/upgrade.rst +++ b/docs/upgrade.rst @@ -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 ``````````` diff --git a/registration/__init__.py b/registration/__init__.py index a0ce4768..3a5d0d36 100644 --- a/registration/__init__.py +++ b/registration/__init__.py @@ -1,4 +1,4 @@ -VERSION = (2, 2, 0, 'final', 0) +VERSION = (2, 3, 0, 'final', 0) def get_version(): diff --git a/registration/locale/es/LC_MESSAGES/django.mo b/registration/locale/es/LC_MESSAGES/django.mo index 781fa51b..a885b08d 100644 Binary files a/registration/locale/es/LC_MESSAGES/django.mo and b/registration/locale/es/LC_MESSAGES/django.mo differ diff --git a/registration/locale/es/LC_MESSAGES/django.po b/registration/locale/es/LC_MESSAGES/django.po index 86cb68e2..5d98782e 100644 --- a/registration/locale/es/LC_MESSAGES/django.po +++ b/registration/locale/es/LC_MESSAGES/django.po @@ -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 \n" "Language-Team: Español \n" @@ -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?" @@ -337,7 +337,7 @@ msgstr "¡Su contraseña ha sido restablecida!" #: templates/registration/password_reset_complete.html:9 #, python-format msgid "You may now log in" -msgstr "Ahora puede entrar" +msgstr "Ahora puede iniciar sesión" #: templates/registration/password_reset_confirm.html:10 msgid "Confirm password reset"