Skip to content

Commit

Permalink
RELEASE 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
otsaloma committed Oct 6, 2021
1 parent 7bc1c2c commit cc1c5f2
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 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.10.1
======================
2021-10-06: Gaupol 1.10.1
=========================

* Fix playing selection (#188)

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.10"
__version__ = "1.10.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.10
GaupolVersion=1.10.1
Module=custom-framerates
Name=Custom Framerates
Description=Allow use of non-standard framerates
Expand Down
5 changes: 3 additions & 2 deletions data/io.otsaloma.gaupol.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@
<url type="translate">https://www.transifex.com/otsaloma/gaupol/</url>
<launchable type="desktop-id">io.otsaloma.gaupol.desktop</launchable>
<releases>
<release version="1.10" date="2021-09-30"/>
<release version="1.9" date="2020-12-31"/>
<release version="1.10.1" date="2021-10-06"/>
<release version="1.10" date="2021-09-30"/>
<release version="1.9" date="2020-12-31"/>
</releases>
<provides>
<mediatype>application/x-subrip</mediatype>
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.10"
__version__ = "1.10.1"
COMBO_SEPARATOR = "<separator/>"

import sys
Expand Down
2 changes: 1 addition & 1 deletion win32/gaupol.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[Setup]
AppName=Gaupol
AppVerName=Gaupol 1.10
AppVerName=Gaupol 1.10.1
AppPublisher=Osmo Salomaa
AppPublisherURL=https://otsaloma.io/gaupol/
DefaultDirName={pf}\Gaupol
Expand Down

0 comments on commit cc1c5f2

Please sign in to comment.