Skip to content

Commit

Permalink
Release v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
slgobinath committed Jan 3, 2018
1 parent 7aa47ec commit 1c4966a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
safeeyes (2.0.0-1) xenial; urgency=low
safeeyes (2.0.1-1) xenial; urgency=low

* Fix multi-display issue

* Fix hard coded time in notification

* Completely rededesigned architecture and user interface

* Show next break time in tray icon in supported environments
Expand Down
2 changes: 1 addition & 1 deletion safeeyes/SafeEyes.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
gi.require_version('Gtk', '3.0')
from gi.repository import Gtk

SAFE_EYES_VERSION = "2.0.0"
SAFE_EYES_VERSION = "2.0.1"


class SafeEyes(object):
Expand Down
2 changes: 1 addition & 1 deletion safeeyes/glade/about_dialog.glade
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ along with this program. If not, see &lt;http://www.gnu.org/licenses/&gt;.</pro
<property name="valign">center</property>
<property name="margin_top">10</property>
<property name="margin_bottom">10</property>
<property name="label" translatable="yes">Safe Eyes 2.0.0</property>
<property name="label" translatable="yes">Safe Eyes 2.0.1</property>
<property name="justify">center</property>
<attributes>
<attribute name="style" value="normal"/>
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@ def __package_data():

setuptools.setup(
name="safeeyes",
version="2.0.0",
version="2.0.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/v2.0.0.tar.gz",
download_url="https://github.com/slgobinath/SafeEyes/archive/v2.0.1.tar.gz",
packages=setuptools.find_packages(),
package_data={'safeeyes': __package_data()},
data_files=__data_files,
Expand Down

0 comments on commit 1c4966a

Please sign in to comment.