Skip to content

Commit

Permalink
RELEASE 1.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
otsaloma committed Apr 2, 2024
1 parent f5867b3 commit d851b88
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2024-04-02: Gaupol 1.14.1
=========================

* Fix invalid entry in AppData file (#219)

2024-03-31: Gaupol 1.14
=======================

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.14"
__version__ = "1.14.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,7 +1,7 @@
# -*- conf -*-

[Extension]
GaupolVersion=1.14
GaupolVersion=1.14.1
Module=custom-framerates
Name=Custom Framerates
Description=Allow use of non-standard framerates
Expand Down
3 changes: 2 additions & 1 deletion data/io.otsaloma.gaupol.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
<url type="bugtracker">https://github.com/otsaloma/gaupol/issues</url>
<url type="translate">https://www.transifex.com/otsaloma/gaupol/</url>
<launchable type="desktop-id">io.otsaloma.gaupol.desktop</launchable>
<releases>
<releases>
<release version="1.14.1" date="2024-04-02"/>
<release version="1.14" date="2024-03-31"/>
<release version="1.13" date="2023-10-08"/>
<release version="1.12" date="2023-01-21"/>
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.14"
__version__ = "1.14.1"
COMBO_SEPARATOR = "<separator/>"

import sys
Expand Down

0 comments on commit d851b88

Please sign in to comment.