From 58f0cda26da70a5faecd1a77a01accd51de6390e Mon Sep 17 00:00:00 2001 From: Torsten Rehn Date: Thu, 25 Jul 2019 13:40:51 +0200 Subject: [PATCH] release 1.16.0 :shipit: --- CHANGELOG.md | 9 +++++++++ setup.py | 2 +- termdown.py | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7389a3a..49ef102 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +1.16.0 +====== + +2019-07-25 + +* added + hotkey +* now works on Windows + + 1.15.0 ====== diff --git a/setup.py b/setup.py index 50019c3..2241b6b 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="termdown", - version="1.15.0", + version="1.16.0", description="Countdown timer for your terminal", author="Torsten Rehn", author_email="torsten@rehn.email", diff --git a/termdown.py b/termdown.py index 08cb851..08a5b56 100755 --- a/termdown.py +++ b/termdown.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- from __future__ import unicode_literals -VERSION = "1.15.0" +VERSION = "1.16.0" import curses from datetime import datetime, timedelta