From 2cd370f11e366357a73fd165f8d5634dc353f113 Mon Sep 17 00:00:00 2001 From: Gobinath Date: Fri, 28 Apr 2017 14:11:52 -0400 Subject: [PATCH] Release v1.2.1 --- debian/changelog | 2 +- safeeyes/__main__.py | 2 +- setup.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3b18b3e..373213e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -safeeyes (1.2.0-1) xenial; urgency=low +safeeyes (1.2.1-1) xenial; urgency=low * Support postponing the break diff --git a/safeeyes/__main__.py b/safeeyes/__main__.py index a89d61c..75199cc 100755 --- a/safeeyes/__main__.py +++ b/safeeyes/__main__.py @@ -39,7 +39,7 @@ about_dialog_glade = os.path.join(Utility.bin_directory, "glade/about_dialog.gla is_active = True -SAFE_EYES_VERSION = "1.2.0" +SAFE_EYES_VERSION = "1.2.1" """ Listen to tray icon Settings action and send the signal to Settings dialog. diff --git a/setup.py b/setup.py index ebc9bf2..ce30fdd 100644 --- a/setup.py +++ b/setup.py @@ -23,13 +23,13 @@ def _data_files(path): setuptools.setup( name="safeeyes", - version="1.2.0", + version="1.2.1", description="Protect your eyes from eye strain using this continuous breaks reminder.", long_description=long_description, author="Gobinath Loganathan", author_email="slgobinath@gmail.com", url="https://github.com/slgobinath/SafeEyes", - download_url="https://github.com/slgobinath/SafeEyes/archive/v1.2.0.tar.gz", + download_url="https://github.com/slgobinath/SafeEyes/archive/v1.2.1.tar.gz", packages=setuptools.find_packages(), package_data={'safeeyes': ['config/*.json', 'config/style/*.css',