Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
release 1.16.0 :shipit:
  • Loading branch information
trehn committed Jul 25, 2019
1 parent 8171a1f commit 58f0cda
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
1.16.0
======

2019-07-25

* added + hotkey
* now works on Windows


1.15.0
======

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion termdown.py
Expand Up @@ -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
Expand Down

0 comments on commit 58f0cda

Please sign in to comment.