Skip to content

Commit

Permalink
RELEASE 0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
otsaloma committed Jun 25, 2013
1 parent d3256f0 commit 632b850
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
12 changes: 12 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Gaupol 0.23
===========

* Add a built-in GStreamer-based video player
* Add a not-required, but recommended dependency on PT fonts
(PT Sans Caption and PT Mono) used by default for video player's
subtitle and timecode overlays
- http://www.paratype.com/public/
* Bump PyGObject dependency to version 3.6.0 or later
* Fix KeyError tearing down extension on quit (#702518)
* Update Spanish translation (Carlos Mella)

Gaupol 0.22
===========

Expand Down
12 changes: 0 additions & 12 deletions TODO
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
Gaupol 0.23
===========

[X] Add a built-in GStreamer-based video player
[X] Add a not-required, but recommended dependency on PT fonts
(PT Sans Caption and PT Mono) used by default for video player's
subtitle and timecode overlays
- http://www.paratype.com/public/
[X] Bump PyGobject dependency to version 3.6.0 or later
[X] Fix KeyError tearing down extension on quit (#702518)
[X] Update Spanish translation (Carlos Mella)

Gaupol 1.0
==========

Expand Down
2 changes: 1 addition & 1 deletion aeidon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
import re
import sys

__version__ = "0.22"
__version__ = "0.23"

RUNNING_SPHINX = (sys.argv[0].endswith("autogen.py") or
sys.argv[0].endswith("sphinx-build"))
Expand Down
4 changes: 2 additions & 2 deletions data/extensions/bookmarks/bookmarks.extension.in
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[Extension]
GaupolVersion=0.22
GaupolVersion=0.23
Module=bookmarks
Requires=side-pane;
_Name=Bookmarks
_Description=Marking subtitles for easy navigation
Version=0.21.1
Version=0.23
Authors=Osmo Salomaa <[email protected]>;
Copyright=Copyright (C) 2008-2010,2012 Osmo Salomaa;
Website=http://home.gna.org/gaupol
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[Extension]
GaupolVersion=0.22
GaupolVersion=0.23
Module=custom-framerates
_Name=Custom Framerates
_Description=Allow use of non-standard framerates
Version=0.21.1
Version=0.23
Authors=Osmo Salomaa <[email protected]>;
Copyright=Copyright (C) 2011-2012 Osmo Salomaa;
Website=http://home.gna.org/gaupol
4 changes: 2 additions & 2 deletions data/extensions/side-pane/side-pane.extension.in
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[Extension]
GaupolVersion=0.22
GaupolVersion=0.23
Module=side-pane
_Name=Side Pane
_Description=A side pane that can be used by other extensions
Version=0.21.1
Version=0.23
Authors=Osmo Salomaa <[email protected]>;
Copyright=Copyright (C) 2008,2010,2012 Osmo Salomaa;
Website=http://home.gna.org/gaupol
Expand Down
2 changes: 1 addition & 1 deletion gaupol/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
:var conf: Instance of :class:`gaupol.ConfigurationStore` used
"""

__version__ = "0.22"
__version__ = "0.23"
COMBO_SEPARATOR = "<separator/>"

import aeidon
Expand Down

0 comments on commit 632b850

Please sign in to comment.