mirror of
https://github.com/slgobinath/SafeEyes.git
synced 2025-01-12 02:04:12 +01:00
Bump version to 2.1.4
This commit is contained in:
parent
44e4a0a6ac
commit
7f17dabbfe
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -1,4 +1,6 @@
|
||||
safeeyes (2.1.3-1) xenial; urgency=high
|
||||
safeeyes (2.1.4-1) xenial; urgency=high
|
||||
* Minor bug fixes
|
||||
|
||||
* Fix the error if there is no long break
|
||||
|
||||
* Add wayland support for do not disturb me plugin
|
||||
|
@ -71,7 +71,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.</pr
|
||||
<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.3</property>
|
||||
<property name="label" translatable="yes">Safe Eyes 2.1.4</property>
|
||||
<property name="justify">center</property>
|
||||
<attributes>
|
||||
<attribute name="style" value="normal"/>
|
||||
|
@ -40,7 +40,7 @@ from safeeyes.ui.settings_dialog import SettingsDialog
|
||||
gi.require_version('Gtk', '3.0')
|
||||
from gi.repository import Gtk
|
||||
|
||||
SAFE_EYES_VERSION = "2.1.3"
|
||||
SAFE_EYES_VERSION = "2.1.4"
|
||||
|
||||
|
||||
class SafeEyes:
|
||||
|
4
setup.py
4
setup.py
@ -78,14 +78,14 @@ def __package_data():
|
||||
|
||||
setuptools.setup(
|
||||
name="safeeyes",
|
||||
version="2.1.3",
|
||||
version="2.1.4",
|
||||
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="slgobinath@gmail.com",
|
||||
url="https://github.com/slgobinath/SafeEyes",
|
||||
download_url="https://github.com/slgobinath/SafeEyes/archive/v2.1.3.tar.gz",
|
||||
download_url="https://github.com/slgobinath/SafeEyes/archive/v2.1.4.tar.gz",
|
||||
packages=setuptools.find_packages(),
|
||||
package_data={'safeeyes': __package_data()},
|
||||
data_files=__data_files(),
|
||||
|
Loading…
Reference in New Issue
Block a user