Commit 185d725c authored by Bram Schoenmakers's avatar Bram Schoenmakers

Version bump.

parent 9e7ebb54
0.4.1
-----
* Fix infinite loop when `keep_sorted` is enabled in the configuration.
* Depend on prompt-toolkit >= 0.39, which fixes the history functionality in
prompt mode (up/down keys).
0.4
---
......
......@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup(
name = "topydo",
packages = find_packages(exclude=["test"]),
version = "0.4",
version = "0.4.1",
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.4'
VERSION = '0.4.1'
LICENSE = """Copyright (C) 2014 - 2015 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