Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
topydo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
topydo
Commits
819105bc
Commit
819105bc
authored
Dec 28, 2016
by
Bram Schoenmakers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version bump to 0.11
parent
25265e12
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
CHANGES.md
CHANGES.md
+1
-0
topydo/lib/Version.py
topydo/lib/Version.py
+1
-1
No files found.
CHANGES.md
View file @
819105bc
...
@@ -20,6 +20,7 @@
...
@@ -20,6 +20,7 @@
*
Fix: relative dates were sometimes one day off.
*
Fix: relative dates were sometimes one day off.
*
Fix: Minor importance calculation fix during the weekend for distant mondays
*
Fix: Minor importance calculation fix during the weekend for distant mondays
(thanks to @aetherknight).
(thanks to @aetherknight).
*
Fix: completed items are displayed correctly in the column UI.
*
Fix: tests were made more deterministic.
*
Fix: tests were made more deterministic.
*
Change: Performance improvements for the column UI, it scales better with
*
Change: Performance improvements for the column UI, it scales better with
...
...
topydo/lib/Version.py
View file @
819105bc
""" Version of Topydo. """
""" Version of Topydo. """
VERSION
=
'0.1
0.
1'
VERSION
=
'0.11'
LICENSE
=
"""Copyright (C) 2014-2016 Bram Schoenmakers
LICENSE
=
"""Copyright (C) 2014-2016 Bram Schoenmakers
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment