From acb34d782a7a9a3f197b93b84bbc7a3e9f6a22de Mon Sep 17 00:00:00 2001 From: Gobinath Date: Thu, 12 Oct 2017 12:25:49 -0400 Subject: [PATCH] Release v2.0.0 --- debian/changelog | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index e1256db..1f4fff9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ safeeyes (2.0.0-1) xenial; urgency=low - * Completely rededesigned architecture + * Completely rededesigned architecture and user interface * Show next break time in tray icon in supported environments diff --git a/setup.py b/setup.py index 3fe549d..76bd9b5 100644 --- a/setup.py +++ b/setup.py @@ -64,7 +64,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.2.tar.gz", + download_url="https://github.com/slgobinath/SafeEyes/archive/v2.0.0.tar.gz", packages=setuptools.find_packages(), package_data={'safeeyes': __package_data}, data_files=__data_files, @@ -74,7 +74,7 @@ setuptools.setup( classifiers=[ "Operating System :: POSIX :: Linux", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", - "Development Status :: 3 - Alpha", + "Development Status :: 5 - Production/Stable", "Environment :: X11 Applications :: GTK", "Intended Audience :: End Users/Desktop", "Topic :: Utilities"] + [