Commit 1fd4c8a5 authored by Bram Schoenmakers's avatar Bram Schoenmakers

Bumping the version.

parent 64c9c351
......@@ -15,6 +15,7 @@
identifier.
* Relative dates with months and years are more accurate now (thanks to Jacek
Sowiński).
* Multiple items can be marked as complete or deleted at once.
* Added option to automatically add the projects of the parent todo item when
adding a child todo item. Enable append_parent_projects in topydo.conf.
* `topydo help` shows a list of available subcommands. Moreover, you can run
......
......@@ -3,7 +3,7 @@ from setuptools import setup
setup(
name = "topydo",
packages = ["topydo", "topydo.lib", "topydo.cli"],
version = "0.1.1",
version = "0.2",
description = "A command-line todo list application using the todo.txt format.",
author = "Bram Schoenmakers",
author_email = "me@bramschoenmakers.nl",
......
""" Version of Topydo. """
VERSION = '0.1.1'
VERSION = '0.2'
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