Commit 685b36af authored by Bram Schoenmakers's avatar Bram Schoenmakers

Merge branch 'stable'

Conflicts:
	test/FilterTest.py
parents 9c9837c4 acc0bcd1
......@@ -18,8 +18,14 @@ are:
Consult the [wiki][4] for more information about the features and on how to
use topydo.
Demo
----
![gif][5]
[1]: https://github.com/ginatrapani/todo.txt-cli/wiki/The-Todo.txt-Format
[2]: https://github.com/ginatrapani/todo.txt-cli
[3]: https://github.com/bram85/todo.txt-tools
[4]: https://github.com/bram85/topydo/wiki
[5]: https://raw.githubusercontent.com/bram85/topydo/stable/doc/topydo.gif
......@@ -52,4 +52,6 @@ class TodoFile(object):
else:
todofile.write(p_todos)
todofile.write("\n")
todofile.close()
""" Version of Topydo. """
VERSION = 0.1
VERSION = '0.1.1'
LICENSE = """Copyright (C) 2014 Bram Schoenmakers
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment