We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1be35db commit c5be455Copy full SHA for c5be455
CHANGELOG.md
@@ -13,6 +13,11 @@ v0.7.0
13
- [x] Filename field in tag editing view
14
- [ ] Short description of preferences option in status line
15
16
+v0.6.3.1
17
+--------
18
+
19
+- [x] Fix: Issue #2 in Github - error when installing v0.6.3
20
21
v0.6.3
22
------
23
MANIFEST.in
@@ -1 +1,2 @@
1
include clid/config.ini
2
+include clid/NEW.txt
clid/main.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
3
-__version__ = '0.7.0'
+__version__ = '0.6.3.1'
4
5
import os
6
import curses
0 commit comments