Skip to content

Commit

Permalink
Release version 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
innir committed Dec 4, 2016
1 parent 9211bb3 commit 540ce60
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gtranscribe.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
<release version="0.2" date="2013-07-14" />
<release version="0.3" date="2016-02-24" />
<release version="0.4" date="2016-02-27" />
<release version="0.4" date="2016-02-27" />
<release version="0.5" date="2016-02-28" />
<release version="0.5.1" date="2016-07-03" />
<release version="0.5.2" date="2016-07-06" />
<release version="0.6" date="2016-12-04" />
</releases>
<url type="homepage">https://github.com/innir/gtranscribe</url>
<url type="bugtracker">https://github.com/innir/gtranscribe/issues</url>
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.5.2")
self.about_dialog.set_version("0.6")
self.about_dialog.set_copyright("Copyright 2013-2016 Philip Rinn\n"
"Copyright 2010 Frederik Elwert")
self.about_dialog.set_comments(_("gTranscribe is a software focussed "
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@

DistUtilsExtra.auto.setup(
name='gTranscribe',
version='0.5.2',
version='0.6',
license='GPL-3',
author='Philip Rinn',
author_email='rinni@inventati.org',
description='gTranscribe',
long_description='gTranscribe is a software focussed on easy transcription'
' of spoken words.',
url='https://github.com/innir/gtranscribe',
data_files=[('share/appdata',['gtranscribe.appdata.xml'])]
data_files=[('share/appdata', ['gtranscribe.appdata.xml'])]
)

0 comments on commit 540ce60

Please sign in to comment.