Skip to content

Commit

Permalink
Release version 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
innir committed Jan 5, 2023
1 parent d4ba34b commit 7d67e04
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
gTranscribe 0.11 Release Notes
=============================

New features
------------

* Add undo/redo functionality.
[[d4ba34b](https://github.com/innir/gtranscribe/commit/d4ba34b3bd3a21812bcb4e0f0697c70fc424680a)]



gTranscribe 0.10.1 Release Notes
=============================

Expand Down
4 changes: 2 additions & 2 deletions bin/gtranscribe
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ class gTranscribeWindow:
about_dialog.set_transient_for(self.window)
about_dialog.set_modal(True)
about_dialog.set_name("gTranscribe")
about_dialog.set_version("0.10.1")
about_dialog.set_copyright("Copyright \u00A9 2013-2021 Philip Rinn\n"
about_dialog.set_version("0.11")
about_dialog.set_copyright("Copyright \u00A9 2013-2023 Philip Rinn\n"
"Copyright \u00A9 2010 Frederik Elwert")
about_dialog.set_comments(_("gTranscribe is a software focused "
"on easy transcription of spoken words."))
Expand Down
1 change: 1 addition & 0 deletions org.innir.gtranscribe.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<binary>gtranscribe</binary>
</provides>
<releases>
<release version="0.11" date="2023-01-05" />
<release version="0.10.1" date="2021-01-20" />
<release version="0.10" date="2020-12-06" />
<release version="0.9" date="2020-08-26" />
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

DistUtilsExtra.auto.setup(
name='gTranscribe',
version='0.10.1',
version='0.11',
license='GPL-3',
author='Philip Rinn',
author_email='[email protected]',
Expand Down

0 comments on commit 7d67e04

Please sign in to comment.