Skip to content

Commit 87f8a79

Browse files
committed
Release: update the version from v1.4 to v1.5
1 parent 94cfa4e commit 87f8a79

File tree

6 files changed

+13
-15
lines changed

6 files changed

+13
-15
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Release notes
22
=============
33

4-
1.5 (unreleased)
4+
1.5 (2021-04-29)
55
----------------
66

77
- build: add Python 3.9 compatibility

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
# General information about the project.
5151
project = 'Fretsboard'
52-
copyright = '2020, François Magimel'
52+
copyright = '2021, François Magimel'
5353
author = 'François Magimel'
5454

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

6464
# The language for content autogenerated by Sphinx. Refer to documentation
6565
# for a list of supported languages.

locale/fr/LC_MESSAGES/django.mo

-8 Bytes
Binary file not shown.

locale/fr/LC_MESSAGES/django.po

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Fretsboard French Translations
2-
# Copyright (C) 2017-2020
2+
# Copyright (C) 2017-2021
33
# This file is distributed under the same license as the Fretsboard package.
44
# François Magimel <magimel.francois@gmail.com>, 2017.
55
#
@@ -8,7 +8,7 @@ msgstr ""
88
"Project-Id-Version: Fretsboard\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2018-06-12 20:40+0000\n"
11-
"PO-Revision-Date: 2020-08-10 10:32+0000\n"
11+
"PO-Revision-Date: 2021-04-29 19:30+0000\n"
1212
"Last-Translator: François Magimel <magimel.francois@gmail.com>\n"
1313
"Language-Team: Fretsboard French Translators\n"
1414
"Language: fr\n"
@@ -155,15 +155,15 @@ msgstr "Chat / Matrix"
155155
msgid "Choose"
156156
msgstr "Choisir"
157157

158-
#: templates/base.html:124
159-
msgid "Version 1.5-dev"
160-
msgstr "Version 1.5-dev"
158+
#: templates/base.html:123
159+
msgid "Version 1.5"
160+
msgstr "Version 1.5"
161161

162-
#: templates/base.html:127
162+
#: templates/base.html:126
163163
msgid "Changelog"
164164
msgstr "Journal des modifications"
165165

166-
#: templates/base.html:131
166+
#: templates/base.html:129
167167
msgid "Documentation"
168168
msgstr "Documentation"
169169

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
with open(os.path.join(os.path.dirname(__file__), "README.md"), 'rb') as readme_file:
99
readme = readme_file.read().decode('utf-8')
1010

11-
version = "1.5-dev"
11+
version = "1.5"
1212

1313
setup(
1414
name="fretsboard",

templates/base.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,15 +120,13 @@
120120
<div class="pull-right">
121121
<ul class="list-inline">
122122
<li class="list-inline-item">
123-
<!-- https://github.com/Linkid/fretsboard/releases/tag/v1.4 -->
124-
<a href="https://github.com/Linkid/fretsboard/">{% trans 'Version 1.5-dev' %}</a>
123+
<a href="https://github.com/Linkid/fretsboard/releases/tag/v1.5">{% trans 'Version 1.5' %}</a>
125124
</li> |
126125
<li class="list-inline-item">
127126
<a href="https://github.com/Linkid/fretsboard/blob/master/CHANGELOG.md">{% trans 'Changelog' %}</a>
128127
</li> |
129128
<li class="list-inline-item">
130-
<!-- https://fretsboard.readthedocs.io/en/v1.4/ -->
131-
<a href="https://fretsboard.readthedocs.io">{% trans 'Documentation' %}</a>
129+
<a href="https://fretsboard.readthedocs.io/en/v1.5/">{% trans 'Documentation' %}</a>
132130
</li>
133131
</ul>
134132
</div>

0 commit comments

Comments
 (0)