Skip to content

Commit

Permalink
Release: update the version from v1.1 to v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Linkid committed Oct 21, 2018
1 parent 824ea48 commit 2686764
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Release notes
=============

1.2 (unreleased)
1.2 (2018-10-21)
----------------

- Dependencies: update Cerealizer to 0.8.2
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Binary file modified locale/fr/LC_MESSAGES/django.mo
Binary file not shown.
6 changes: 3 additions & 3 deletions locale/fr/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>\n"
"Language-Team: Fretsboard French Translators\n"
"Language: fr\n"
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup


version = "1.1"
version = "1.2"

setup(
name="fretsboard",
Expand Down
4 changes: 2 additions & 2 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,13 @@
<div class="pull-right">
<ul class="list-inline">
<li class="list-inline-item">
<a href="https://github.com/Linkid/fretsboard/releases/tag/v1.1">{% trans 'Version 1.1' %}</a>
<a href="https://github.com/Linkid/fretsboard/releases/tag/v1.2">{% trans 'Version 1.2' %}</a>
</li> |
<li class="list-inline-item">
<a href="https://github.com/Linkid/fretsboard/blob/master/CHANGELOG.md">{% trans 'Changelog' %}</a>
</li> |
<li class="list-inline-item">
<a href="https://fretsboard.readthedocs.io/en/v1.1/">{% trans 'Documentation' %}</a>
<a href="https://fretsboard.readthedocs.io/en/v1.2/">{% trans 'Documentation' %}</a>
</li>
</ul>
</div>
Expand Down

0 comments on commit 2686764

Please sign in to comment.