Skip to content

Commit cc1c5f2

Browse files
committed
RELEASE 1.10.1
1 parent 7bc1c2c commit cc1c5f2

File tree

6 files changed

+9
-8
lines changed

6 files changed

+9
-8
lines changed

NEWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
PENDING: Gaupol 1.10.1
2-
======================
1+
2021-10-06: Gaupol 1.10.1
2+
=========================
33

44
* Fix playing selection (#188)
55

aeidon/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
import re
7575
import sys
7676

77-
__version__ = "1.10"
77+
__version__ = "1.10.1"
7878

7979
RUNNING_SPHINX = (sys.argv[0].endswith("autogen.py") or
8080
sys.argv[0].endswith("sphinx-build"))

data/extensions/custom-framerates/custom-framerates.extension.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- conf -*-
22

33
[Extension]
4-
GaupolVersion=1.10
4+
GaupolVersion=1.10.1
55
Module=custom-framerates
66
Name=Custom Framerates
77
Description=Allow use of non-standard framerates

data/io.otsaloma.gaupol.appdata.xml.in

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@
2121
<url type="translate">https://www.transifex.com/otsaloma/gaupol/</url>
2222
<launchable type="desktop-id">io.otsaloma.gaupol.desktop</launchable>
2323
<releases>
24-
<release version="1.10" date="2021-09-30"/>
25-
<release version="1.9" date="2020-12-31"/>
24+
<release version="1.10.1" date="2021-10-06"/>
25+
<release version="1.10" date="2021-09-30"/>
26+
<release version="1.9" date="2020-12-31"/>
2627
</releases>
2728
<provides>
2829
<mediatype>application/x-subrip</mediatype>

gaupol/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
"""GTK user interface for the Gaupol subtitle editor."""
1919

20-
__version__ = "1.10"
20+
__version__ = "1.10.1"
2121
COMBO_SEPARATOR = "<separator/>"
2222

2323
import sys

win32/gaupol.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[Setup]
44
AppName=Gaupol
5-
AppVerName=Gaupol 1.10
5+
AppVerName=Gaupol 1.10.1
66
AppPublisher=Osmo Salomaa
77
AppPublisherURL=https://otsaloma.io/gaupol/
88
DefaultDirName={pf}\Gaupol

0 commit comments

Comments
 (0)