Skip to content

Commit 8f58871

Browse files
committed
Release v2.1.2
1 parent 25222db commit 8f58871

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

debian/changelog

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
safeeyes (2.1.1-1) xenial; urgency=high
1+
safeeyes (2.1.2-1) xenial; urgency=high
2+
* Fix missing icons and add random order of breaks
3+
24
* Create desktop entries from the code
35

46
* Add Python 3.8 and 3.9 support

safeeyes/glade/about_dialog.glade

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ along with this program. If not, see &lt;http://www.gnu.org/licenses/&gt;.</pro
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.1</property>
74+
<property name="label" translatable="yes">Safe Eyes 2.1.2</property>
7575
<property name="justify">center</property>
7676
<attributes>
7777
<attribute name="style" value="normal"/>

safeeyes/safeeyes.py

+1-1
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.1"
43+
SAFE_EYES_VERSION = "2.1.2"
4444

4545

4646
class SafeEyes:

setup.py

+2-2
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.1",
81+
version="2.1.2",
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.1.tar.gz",
88+
download_url="https://github.com/slgobinath/SafeEyes/archive/v2.1.2.tar.gz",
8989
packages=setuptools.find_packages(),
9090
package_data={'safeeyes': __package_data()},
9191
data_files=__data_files(),

0 commit comments

Comments
 (0)