Skip to content

Commit

Permalink
RELEASE 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
otsaloma committed Mar 31, 2024
1 parent f614cfb commit b7686ca
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PENDING: Gaupol 1.14
====================
2024-03-31: Gaupol 1.14
=======================

* Change the icon for the toggle video player toolbar item to an action
icon (not mimetype) that has a symbolic version available
Expand Down
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.13"
__version__ = "1.14"

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,11 +1,11 @@
# -*- conf -*-

[Extension]
GaupolVersion=1.13
GaupolVersion=1.14
Module=custom-framerates
Name=Custom Framerates
Description=Allow use of non-standard framerates
Version=1.13
Version=1.14
Authors=Osmo Salomaa <otsaloma@iki.fi>;
Copyright=Copyright © 2011 Osmo Salomaa;
Website=https://otsaloma.io/gaupol/
1 change: 1 addition & 0 deletions data/io.otsaloma.gaupol.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<url type="translate">https://www.transifex.com/otsaloma/gaupol/</url>
<launchable type="desktop-id">io.otsaloma.gaupol.desktop</launchable>
<releases>
<release version="1.13" date="2024-03-31"/>
<release version="1.13" date="2023-10-08"/>
<release version="1.12" date="2023-01-21"/>
<release version="1.11" date="2022-04-03"/>
Expand Down
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.13"
__version__ = "1.14"
COMBO_SEPARATOR = "<separator/>"

import sys
Expand Down

0 comments on commit b7686ca

Please sign in to comment.