diff --git a/README.md b/README.md index 036c4ff..df9b306 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Python 2.7 or Python 3.4 on Linux or Mac OS X. todotxt-machine 1.1.8 and earlier drew its user interface using only raw terminal escape sequences. While this was very educational it was difficult to -extend with new features. Version 2 and up used +extend with new features. Version 2 and up uses [urwid](http://excess.org/urwid/) to draw its interface and is much more easily extendable. diff --git a/README.rst b/README.rst index 81535a2..ca02f0f 100644 --- a/README.rst +++ b/README.rst @@ -32,7 +32,7 @@ Python 2.7 or Python 3.4 on Linux or Mac OS X. todotxt-machine 1.1.8 and earlier drew its user interface using only raw terminal escape sequences. While this was very educational it was -difficult to extend with new features. Version 2 and up used +difficult to extend with new features. Version 2 and up uses `urwid `__ to draw its interface and is much more easily extendable. diff --git a/todotxt_machine/__init__.py b/todotxt_machine/__init__.py index 1ab4fd4..8a6f1eb 100644 --- a/todotxt_machine/__init__.py +++ b/todotxt_machine/__init__.py @@ -13,7 +13,7 @@ __title__ = "todotxt_machine" __author__ = "Anthony DiGirolamo" __license__ = "GPL3" -__version__ = (2, 2, 1) +__version__ = (2, 2, 2) version = "%s.%s.%s" % __version__