File tree Expand file tree Collapse file tree 6 files changed +13
-15
lines changed
Expand file tree Collapse file tree 6 files changed +13
-15
lines changed Original file line number Diff line number Diff line change 11Release notes
22=============
33
4- 1.5 (unreleased )
4+ 1.5 (2021-04-29 )
55----------------
66
77- build: add Python 3.9 compatibility
Original file line number Diff line number Diff line change 4949
5050# General information about the project.
5151project = 'Fretsboard'
52- copyright = '2020 , François Magimel'
52+ copyright = '2021 , François Magimel'
5353author = 'François Magimel'
5454
5555# The version info for the project you're documenting, acts as replacement for
5959# The short X.Y version.
6060version = '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.
Original file line number Diff line number Diff line change 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"
155155msgid "Choose"
156156msgstr "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
163163msgid "Changelog"
164164msgstr "Journal des modifications"
165165
166- #: templates/base.html:131
166+ #: templates/base.html:129
167167msgid "Documentation"
168168msgstr "Documentation"
169169
Original file line number Diff line number Diff line change 88with 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
1313setup (
1414 name = "fretsboard" ,
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments