Skip to content

Commit d435990

Browse files
committed
Bump version to 2.1.9
1 parent 7960e3a commit d435990

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
safeeyes (2.1.9) noble; urgency=medium
2+
3+
* Fix crash in smartpause
4+
5+
-- Gobinath Loganathan <[email protected]> Tue, 18 Jun 2024 20:25:00 -0400
6+
17
safeeyes (2.1.8) noble; urgency=medium
28

39
* Support Python 3.12

safeeyes/glade/about_dialog.glade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ along with this program. If not, see &lt;https://www.gnu.org/licenses/&gt;.</pr
7171
<property name="valign">center</property>
7272
<property name="margin_top">10</property>
7373
<property name="margin_bottom">10</property>
74-
<property name="label" translatable="yes">Safe Eyes 2.1.8</property>
74+
<property name="label" translatable="yes">Safe Eyes 2.1.9</property>
7575
<property name="justify">center</property>
7676
<attributes>
7777
<attribute name="style" value="normal"/>

safeeyes/platform/io.github.slgobinath.SafeEyes.metainfo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<url type="homepage">https://slgobinath.github.io/SafeEyes/</url>
4848

4949
<releases>
50-
<release version="2.1.8" date="2023-06-04" />
50+
<release version="2.1.9" date="2023-06-04" />
5151
</releases>
5252

5353
<content_rating type="oars-1.1" />

safeeyes/safeeyes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
gi.require_version('Gtk', '3.0')
4141
from gi.repository import Gtk
4242

43-
SAFE_EYES_VERSION = "2.1.8"
43+
SAFE_EYES_VERSION = "2.1.9"
4444

4545

4646
class SafeEyes:

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,14 @@ def __package_data():
7878

7979
setuptools.setup(
8080
name="safeeyes",
81-
version="2.1.8",
81+
version="2.1.9",
8282
description="Protect your eyes from eye strain using this continuous breaks reminder.",
8383
long_description=long_description,
8484
long_description_content_type="text/markdown",
8585
author="Gobinath Loganathan",
8686
author_email="[email protected]",
8787
url="https://github.com/slgobinath/SafeEyes",
88-
download_url="https://github.com/slgobinath/SafeEyes/archive/v2.1.8.tar.gz",
88+
download_url="https://github.com/slgobinath/SafeEyes/archive/v2.1.9.tar.gz",
8989
packages=setuptools.find_packages(),
9090
package_data={'safeeyes': __package_data()},
9191
data_files=__data_files(),

0 commit comments

Comments
 (0)