Skip to content

Commit

Permalink
Release version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
innir committed Jul 3, 2016
1 parent 7b4c6f9 commit 3335363
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 12 deletions.
17 changes: 8 additions & 9 deletions gtranscribe.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,20 @@
sources. The playback speed can be adjusted without changing the pitch
of the voice. It supports spell checking and resuming at the last
transcribed position.
</p>
</p>
</description>
<keywords>
<keyword>raw</keyword>
<keyword>photography</keyword>
<keyword>develop</keyword>
<keyword>pp3</keyword>
<keyword>graphics</keyword>
<keyword>transcription</keyword>
<keyword>audio</keyword>
</keywords>
<provides>
<binary>gtranscribe</binary>
</provides>
<binary>gtranscribe</binary>
</provides>
<releases>
<release version="0.4" date="2016-02-27" />
​ </releases>
<release version="0.5" date="2016-02-28" />
<release version="0.5.1" date="2016-07-03" />
</releases>
<url type="homepage">https://github.com/innir/gtranscribe</url>
<url type="bugtracker">https://github.com/innir/gtranscribe/issues</url>
<update_contact>rinni@inventati.org</update_contact>
Expand Down
2 changes: 1 addition & 1 deletion gtranscribe/AboutDialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def __init__(self, trans):
self.about_dialog.set_transient_for(trans.window)
self.about_dialog.set_destroy_with_parent(True)
self.about_dialog.set_name("gTranscribe")
self.about_dialog.set_version("0.4")
self.about_dialog.set_version("0.5.1")
self.about_dialog.set_copyright("Copyright \xc2\xa9 2013-2016 Philip Rinn\nCopyright \xc2\xa9 2010 Frederik Elwert")
self.about_dialog.set_comments(_("gTranscribe is a software focussed on easy transcription of spoken words."))
self.about_dialog.set_website("https://github.com/innir/gtranscribe")
Expand Down
2 changes: 1 addition & 1 deletion po/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: gTranscribe 0.4\n"
"Project-Id-Version: gTranscribe 0.5.1\n"
"Report-Msgid-Bugs-To: rinni@inventati.org\n"
"POT-Creation-Date: 2013-04-08 20:19+0200\n"
"PO-Revision-Date: 2016-02-28 19:29+0100\n"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

DistUtilsExtra.auto.setup(
name='gTranscribe',
version='0.4',
version='0.5.1',
license='GPL-3',
author='Philip Rinn',
author_email='rinni@inventati.org',
Expand Down

0 comments on commit 3335363

Please sign in to comment.