Skip to content

Commit 06525bb

Browse files
author
Sebastian Schmeier
committed
Bumped version
1 parent 7ccbc4c commit 06525bb

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ optional arguments:
7979
-h, --help show this help message and exit
8080
--version show program's version number and exit
8181
-d PATH, --dir PATH Boostnote notes dir. [default:
82-
"~/Dropbox/Apps/Boostnote/notes""]
82+
"~/Dropbox/Apps/Boostnote/notes"]
8383
```
8484
8585

bn.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
VERSION HISTORY
1616
===============
1717
18+
0.0.7 20191118 Double quotes now allowed for single line notes.
1819
0.0.6 20191112 Changed default location on Dropbox.
1920
0.0.5 20191002
2021
0.0.4
@@ -31,8 +32,8 @@
3132
3233
template version: 2.0 (2018/12/19)
3334
"""
34-
__version__ = "0.0.6"
35-
__date__ = "20191112"
35+
__version__ = "0.0.7"
36+
__date__ = "20191118"
3637
__email__ = "[email protected]"
3738
__author__ = "Sebastian Schmeier"
3839

0 commit comments

Comments
 (0)