Skip to content

Commit

Permalink
RELEASE 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
otsaloma committed Mar 17, 2017
1 parent 4a749ef commit f1c584d
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 14 deletions.
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
2017-03-18: Gaupol 1.1
======================

* Fix error when using the Save All As dialog to save all time-based
format documents as frame-based or vice versa
* Fix unhandled exception when trying to write non-numeric data into
integer or float cells
* Add Icelandic translation (Sveinn í Felli)
* Remove severely incomplete Catalan, Polish and Swedish translations
* Update translations

2016-10-29: Gaupol 1.0
======================

Expand Down
10 changes: 0 additions & 10 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,10 +0,0 @@
Gaupol 1.1
==========

* [x] Fix error when using the Save All As dialog to save all time-based
format documents as frame-based or vice versa
* [x] Fix unhandled exception when trying to write non-numeric data into
integer or float cells
* [x] Add Icelandic translation (Sveinn í Felli)
* [x] Remove severely incomplete Catalan, Polish and Swedish translations
* [x] Update translations
2 changes: 1 addition & 1 deletion aeidon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
import re
import sys

__version__ = "1.0"
__version__ = "1.1"

RUNNING_SPHINX = (sys.argv[0].endswith("autogen.py") or
sys.argv[0].endswith("sphinx-build"))
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[Extension]
GaupolVersion=1.0
GaupolVersion=1.1
Module=custom-framerates
_Name=Custom Framerates
_Description=Allow use of non-standard framerates
Version=1.0
Version=1.1
Authors=Osmo Salomaa <[email protected]>;
Copyright=Copyright © 2011 Osmo Salomaa;
Website=http://otsaloma.io/gaupol/
2 changes: 1 addition & 1 deletion gaupol/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

"""GTK+ user interface for the Gaupol subtitle editor."""

__version__ = "1.0"
__version__ = "1.1"
COMBO_SEPARATOR = "<separator/>"

import sys
Expand Down

0 comments on commit f1c584d

Please sign in to comment.