Skip to content

Commit

Permalink
RELEASE 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
otsaloma committed Oct 8, 2023
1 parent b68bba2 commit e5945e9
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.13
====================
2023-10-08: Gaupol 1.13
=======================

* Fix translations missing for enums (#210)
* Fix Python 3.12 compatibility and drop support for Python < 3.4 (#211)
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.12"
__version__ = "1.13"

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.12
GaupolVersion=1.13
Module=custom-framerates
Name=Custom Framerates
Description=Allow use of non-standard framerates
Version=1.12
Version=1.13
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="2023-10-08"/>
<release version="1.12" date="2023-01-21"/>
<release version="1.11" date="2022-04-03"/>
<release version="1.10.1" date="2021-10-06"/>
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.12"
__version__ = "1.13"
COMBO_SEPARATOR = "<separator/>"

import sys
Expand Down

0 comments on commit e5945e9

Please sign in to comment.