Skip to content

Commit

Permalink
Release v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
slgobinath committed Feb 13, 2021
1 parent 25222db commit 8f58871
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
safeeyes (2.1.1-1) xenial; urgency=high
safeeyes (2.1.2-1) xenial; urgency=high
* Fix missing icons and add random order of breaks

* Create desktop entries from the code

* Add Python 3.8 and 3.9 support
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.1.1</property>
<property name="label" translatable="yes">Safe Eyes 2.1.2</property>
<property name="justify">center</property>
<attributes>
<attribute name="style" value="normal"/>
Expand Down
2 changes: 1 addition & 1 deletion safeeyes/safeeyes.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
gi.require_version('Gtk', '3.0')
from gi.repository import Gtk

SAFE_EYES_VERSION = "2.1.1"
SAFE_EYES_VERSION = "2.1.2"


class SafeEyes:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,14 @@ def __package_data():

setuptools.setup(
name="safeeyes",
version="2.1.1",
version="2.1.2",
description="Protect your eyes from eye strain using this continuous breaks reminder.",
long_description=long_description,
long_description_content_type="text/markdown",
author="Gobinath Loganathan",
author_email="[email protected]",
url="https://github.com/slgobinath/SafeEyes",
download_url="https://github.com/slgobinath/SafeEyes/archive/v2.1.1.tar.gz",
download_url="https://github.com/slgobinath/SafeEyes/archive/v2.1.2.tar.gz",
packages=setuptools.find_packages(),
package_data={'safeeyes': __package_data()},
data_files=__data_files(),
Expand Down

0 comments on commit 8f58871

Please sign in to comment.