Skip to content

Commit

Permalink
version bump to 2.2.2, fix readme typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyDiGirolamo committed Aug 30, 2015
1 parent 33d3da8 commit df9b829
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://excess.org/urwid/>`__ to draw its interface and is much
more easily extendable.

Expand Down
2 changes: 1 addition & 1 deletion todotxt_machine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__

Expand Down

0 comments on commit df9b829

Please sign in to comment.