diff --git a/CHANGELOG.md b/CHANGELOG.md index 5309a83..6df73a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ Release notes ============= -1.2 (unreleased) +1.2 (2018-10-21) ---------------- - Dependencies: update Cerealizer to 0.8.2 diff --git a/docs/source/conf.py b/docs/source/conf.py index bcb62ee..6917199 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -57,9 +57,9 @@ # built documents. # # The short X.Y version. -version = '1.1' +version = '1.2' # The full version, including alpha/beta/rc tags. -release = '1.1' +release = '1.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/locale/fr/LC_MESSAGES/django.mo b/locale/fr/LC_MESSAGES/django.mo index e5ca943..2ba3246 100644 Binary files a/locale/fr/LC_MESSAGES/django.mo and b/locale/fr/LC_MESSAGES/django.mo differ diff --git a/locale/fr/LC_MESSAGES/django.po b/locale/fr/LC_MESSAGES/django.po index a6f2925..4305e2d 100644 --- a/locale/fr/LC_MESSAGES/django.po +++ b/locale/fr/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: Fretsboard\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-06-12 20:40+0000\n" -"PO-Revision-Date: 2018-06-12 22:47+0200\n" +"PO-Revision-Date: 2018-10-21 22:47+0200\n" "Last-Translator: François Magimel \n" "Language-Team: Fretsboard French Translators\n" "Language: fr\n" @@ -128,8 +128,8 @@ msgid "Choose" msgstr "Choisir" #: templates/base.html:123 -msgid "Version 1.1" -msgstr "Version 1.1" +msgid "Version 1.2" +msgstr "Version 1.2" #: templates/base.html:126 msgid "Changelog" diff --git a/setup.py b/setup.py index 92722a4..960e419 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup -version = "1.1" +version = "1.2" setup( name="fretsboard", diff --git a/templates/base.html b/templates/base.html index 30c92e1..843874c 100644 --- a/templates/base.html +++ b/templates/base.html @@ -120,13 +120,13 @@