Skip to content

Commit

Permalink
Release: update the version from v1.4 to v1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Linkid committed Apr 29, 2021
1 parent 94cfa4e commit 87f8a79
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 15 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.5 (unreleased)
1.5 (2021-04-29)
----------------

- build: add Python 3.9 compatibility
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

# General information about the project.
project = 'Fretsboard'
copyright = '2020, François Magimel'
copyright = '2021, François Magimel'
author = 'François Magimel'

# The version info for the project you're documenting, acts as replacement for
Expand All @@ -59,7 +59,7 @@
# The short X.Y version.
version = '1.5'
# The full version, including alpha/beta/rc tags.
release = '1.5-dev'
release = '1.5'

# 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.
14 changes: 7 additions & 7 deletions locale/fr/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Fretsboard French Translations
# Copyright (C) 2017-2020
# Copyright (C) 2017-2021
# This file is distributed under the same license as the Fretsboard package.
# François Magimel <magimel.francois@gmail.com>, 2017.
#
Expand All @@ -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: 2020-08-10 10:32+0000\n"
"PO-Revision-Date: 2021-04-29 19:30+0000\n"
"Last-Translator: François Magimel <magimel.francois@gmail.com>\n"
"Language-Team: Fretsboard French Translators\n"
"Language: fr\n"
Expand Down Expand Up @@ -155,15 +155,15 @@ msgstr "Chat / Matrix"
msgid "Choose"
msgstr "Choisir"

#: templates/base.html:124
msgid "Version 1.5-dev"
msgstr "Version 1.5-dev"
#: templates/base.html:123
msgid "Version 1.5"
msgstr "Version 1.5"

#: templates/base.html:127
#: templates/base.html:126
msgid "Changelog"
msgstr "Journal des modifications"

#: templates/base.html:131
#: templates/base.html:129
msgid "Documentation"
msgstr "Documentation"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
with open(os.path.join(os.path.dirname(__file__), "README.md"), 'rb') as readme_file:
readme = readme_file.read().decode('utf-8')

version = "1.5-dev"
version = "1.5"

setup(
name="fretsboard",
Expand Down
6 changes: 2 additions & 4 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,15 +120,13 @@
<div class="pull-right">
<ul class="list-inline">
<li class="list-inline-item">
<!-- https://github.com/Linkid/fretsboard/releases/tag/v1.4 -->
<a href="https://github.com/Linkid/fretsboard/">{% trans 'Version 1.5-dev' %}</a>
<a href="https://github.com/Linkid/fretsboard/releases/tag/v1.5">{% trans 'Version 1.5' %}</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">
<!-- https://fretsboard.readthedocs.io/en/v1.4/ -->
<a href="https://fretsboard.readthedocs.io">{% trans 'Documentation' %}</a>
<a href="https://fretsboard.readthedocs.io/en/v1.5/">{% trans 'Documentation' %}</a>
</li>
</ul>
</div>
Expand Down

0 comments on commit 87f8a79

Please sign in to comment.