Skip to content

Commit

Permalink
Version bump to 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
bram85 committed Jan 15, 2017
1 parent 7ba9912 commit 64b40e1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
0.12 (to be released)
---------------------
0.12
----

* New: The `tag` subcommand understands relative dates with the `-r` flag:
`tag -r foo value` will interpret value as a relative date and convert to an
absolute date.

* Fix: escape special characters in Dot output.
* Fix: when deleting the last column in column mode, no new columns could be
added. This is fixed by showing the column definition view to add a new
column.

* Change: output in column UI remains visible when : is pressed (instead of
Enter or Escape to discard).
Expand Down
2 changes: 1 addition & 1 deletion topydo/lib/Version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
""" Version of Topydo. """

VERSION = '0.11'
VERSION = '0.12'

LICENSE = """Copyright (C) 2014-2016 Bram Schoenmakers
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
Expand Down

0 comments on commit 64b40e1

Please sign in to comment.