Release v1.2.1

This commit is contained in:
Gobinath 2017-04-28 14:11:52 -04:00
parent ec6f6c9fdc
commit 2cd370f11e
3 changed files with 4 additions and 4 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
safeeyes (1.2.0-1) xenial; urgency=low
safeeyes (1.2.1-1) xenial; urgency=low
* Support postponing the break

View File

@ -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.

View File

@ -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',