Skip to content

Commit

Permalink
Release Safe Eyes 1.2.0a8
Browse files Browse the repository at this point in the history
  • Loading branch information
slgobinath committed Apr 19, 2017
1 parent 1298d69 commit 8761d6c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
safeeyes (1.2.0-1) xenial; urgency=low
safeeyes (1.2.0a8-1) xenial; urgency=low

* Move to Python 3

Expand Down
2 changes: 1 addition & 1 deletion safeeyes/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

is_active = True
CONFIGURATION_VERSION = 4
SAFE_EYES_VERSION = "1.2.0"
SAFE_EYES_VERSION = "1.2.0a8"

"""
Listen to tray icon Settings action and send the signal to Settings dialog.
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ def _data_files(path):

setuptools.setup(
name="safeeyes",
version="1.2.0",
version="1.2.0a8",
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.0a7.tar.gz",
download_url="https://github.com/slgobinath/SafeEyes/archive/v1.2.0a8.tar.gz",
packages=setuptools.find_packages(),
package_data={'safeeyes': ['config/*.json',
'config/style/*.css',
Expand Down Expand Up @@ -59,5 +59,5 @@ def _data_files(path):
"Intended Audience :: End Users/Desktop",
"Topic :: Utilities"] + [
('Programming Language :: Python :: %s' % x) for x in
'3 3.4 3.5'.split()]
'3 3.4 3.5 3.6'.split()]
)

0 comments on commit 8761d6c

Please sign in to comment.