Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
bram85 committed Jul 26, 2016
1 parent 86eb39d commit 9b9ea05
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 1,8 @@
0.10.1
------

* Fix: items without priority are shown in the console of the Column UI.

0.10
----

Expand Down
4 changes: 2 additions & 2 deletions topydo/lib/Version.py
Original file line number Diff line number Diff line change
@@ -1,8 1,8 @@
""" Version of Topydo. """

VERSION = '0.10'
VERSION = '0.10.1'

LICENSE = """Copyright (C) 2014-2015 Bram Schoenmakers
LICENSE = """Copyright (C) 2014-2016 Bram Schoenmakers
License GPLv3 : GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law."""

0 comments on commit 9b9ea05

Please sign in to comment.