diff --git a/CHANGES.md b/CHANGES.md index 0fe5b4f..cb5d8c0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,10 @@ +0.14 +---- + +* Fix: fix a reported string incompatibility with Python 3.9. +* Fix: make all internal tests pass. +* Change: report the new repository home. + 0.13 ---- diff --git a/docs/index.html b/docs/index.html index 39e91d2..a4bfadc 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,6 +1,6 @@ - + @@ -206,6 +206,8 @@ Error message and password prompt
  • Changelog0.13
  • +
  • Changelog0.14
  • +
  • CLI
  • Colors
  • @@ -8756,7 +8758,7 @@ GettingStarted Demo AboutTopydo Links -Changelog0.13 +Changelog0.14
    The following tiddlers were imported:
    @@ -9075,7 +9077,7 @@ Changelog0.13
    yes
    -
    +
    
     
    @@ -9091,7 +9093,7 @@ Changelog0.13 }, "$:/info/url/full": { "title": "$:/info/url/full", - "text": "file:///C:/Users/brschoen/cygwin/home/brschoen/Projecten/topydo/doc/Documentation.html" + "text": "file:///home/pi/github/topydo/docs/index.html" }, "$:/info/url/host": { "title": "$:/info/url/host", @@ -9111,7 +9113,7 @@ Changelog0.13 }, "$:/info/url/pathname": { "title": "$:/info/url/pathname", - "text": "/C:/Users/brschoen/cygwin/home/brschoen/Projecten/topydo/doc/Documentation.html" + "text": "/home/pi/github/topydo/docs/index.html" }, "$:/info/url/search": { "title": "$:/info/url/search", @@ -9533,6 +9535,12 @@ will interpret value as a [[relative date|RelativeDates]] and convert to an * Change: `Ctrl-C` does not abort [[column mode|ColumnUI]] anymore, use `:quit` or `:exit` instead.
    +
    +
    * Fix: fix a reported string incompatibility with Python 3.9.
    +* Fix: make all internal tests pass.
    +* Change: report the new repository home.
    +
    +
    This is the traditional user interface, where topydo is invoked from the shell using [[subcommands|Command]]. Topydo exits after each invocation (exit code 0 if successful, otherwise a value larger than 0).
     
    diff --git a/topydo/lib/Version.py b/topydo/lib/Version.py
    index 7cae719..26efefe 100644
    --- a/topydo/lib/Version.py
    +++ b/topydo/lib/Version.py
    @@ -1,6 +1,6 @@
     """ Version of Topydo. """
     
    -VERSION = '0.13'
    +VERSION = '0.14'
     
     LICENSE = """Copyright (C) 2014-2017 Bram Schoenmakers
     License GPLv3+: GNU GPL version 3 or later .