Skip to content

Commit

Permalink
Bump version to 2.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
slgobinath committed Jun 19, 2024
1 parent 7960e3a commit d435990
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
safeeyes (2.1.9) noble; urgency=medium

* Fix crash in smartpause

-- Gobinath Loganathan <slgobinath@gmail.com> Tue, 18 Jun 2024 20:25:00 -0400

safeeyes (2.1.8) noble; urgency=medium

* Support Python 3.12
Expand Down
2 changes: 1 addition & 1 deletion safeeyes/glade/about_dialog.glade
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ along with this program. If not, see &lt;https://www.gnu.org/licenses/&gt;.</pr
<property name="valign">center</property>
<property name="margin_top">10</property>
<property name="margin_bottom">10</property>
<property name="label" translatable="yes">Safe Eyes 2.1.8</property>
<property name="label" translatable="yes">Safe Eyes 2.1.9</property>
<property name="justify">center</property>
<attributes>
<attribute name="style" value="normal"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<url type="homepage">https://slgobinath.github.io/SafeEyes/</url>

<releases>
<release version="2.1.8" date="2023-06-04" />
<release version="2.1.9" date="2023-06-04" />
</releases>

<content_rating type="oars-1.1" />
Expand Down
2 changes: 1 addition & 1 deletion safeeyes/safeeyes.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
gi.require_version('Gtk', '3.0')
from gi.repository import Gtk

SAFE_EYES_VERSION = "2.1.8"
SAFE_EYES_VERSION = "2.1.9"


class SafeEyes:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,14 @@ def __package_data():

setuptools.setup(
name="safeeyes",
version="2.1.8",
version="2.1.9",
description="Protect your eyes from eye strain using this continuous breaks reminder.",
long_description=long_description,
long_description_content_type="text/markdown",
author="Gobinath Loganathan",
author_email="slgobinath@gmail.com",
url="https://github.com/slgobinath/SafeEyes",
download_url="https://github.com/slgobinath/SafeEyes/archive/v2.1.8.tar.gz",
download_url="https://github.com/slgobinath/SafeEyes/archive/v2.1.9.tar.gz",
packages=setuptools.find_packages(),
package_data={'safeeyes': __package_data()},
data_files=__data_files(),
Expand Down

0 comments on commit d435990

Please sign in to comment.