From 1a81b863cf9a786edc4d6362914cb751cd8ef4da Mon Sep 17 00:00:00 2001 From: Gobinath Date: Fri, 14 Apr 2017 18:42:26 -0400 Subject: [PATCH] Prepare alpha version 1.2.0a3 release --- 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 fe8d80b..bc3f344 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -safeeyes (1.2.0a2-1) xenial; urgency=low +safeeyes (1.2.0a3-1) xenial; urgency=low * Move to Python 3 diff --git a/safeeyes/__main__.py b/safeeyes/__main__.py index 344fdbc..c86196d 100755 --- a/safeeyes/__main__.py +++ b/safeeyes/__main__.py @@ -44,7 +44,7 @@ system_style_sheet_path = os.path.join(Utility.bin_directory, "config/style/safe is_active = True CONFIGURATION_VERSION = 4 -SAFE_EYES_VERSION = "1.2.0a2" +SAFE_EYES_VERSION = "1.2.0a3" """ Listen to tray icon Settings action and send the signal to Settings dialog. diff --git a/setup.py b/setup.py index 50a6bbe..aacfe3b 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ setuptools.setup( author="Gobinath Loganathan", author_email="slgobinath@gmail.com", url="https://github.com/slgobinath/SafeEyes", - download_url="https://github.com/slgobinath/SafeEyes/archive/v1.2.0a2.tar.gz", + download_url="https://github.com/slgobinath/SafeEyes/archive/v1.2.0a3.tar.gz", packages=setuptools.find_packages(), package_data={'safeeyes': ['config/*.json', 'config/style/*.css', @@ -47,6 +47,6 @@ setuptools.setup( "Development Status :: 3 - Alpha", "Environment :: X11 Applications :: GTK", "Intended Audience :: End Users/Desktop", - "Topic :: Utilities" + "Topic :: Utilities", "Programming Language :: Python :: 3"] )