Skip to content

Commit cbba0c0

Browse files
committed
Bump version to 2.0.2
1 parent a3882e0 commit cbba0c0

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ The man pages are written in Markdown; run `make man` to use Pandoc to convert t
5353

5454
## Version history
5555

56+
* 2.0.2 (2019-06-15)
57+
- Added man pages and made the testing script more flexible. No changes to functionality.
5658
* 2.0.1 (2018-02-09)
5759
- Fixed an error that occurred when trying to open the default bookmarks file under Python 2.7. (Thanks [Hridoy Sankar Dutta](https://github.com/hridaydutta123)!)
5860
* 2.0 (2018-02-05)

export-chrome-bookmarks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ from platform import system
1818
from re import match
1919
from sys import argv, stderr
2020

21-
script_version = "2.0.1"
21+
script_version = "2.0.2"
2222

2323
# html escaping code from http://wiki.python.org/moin/EscapingHtml
2424

export-chrome-history

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import sqlite3
1818
from sys import argv, stderr
1919
from tempfile import mkdtemp
2020

21-
script_version = "2.0.1"
21+
script_version = "2.0.2"
2222

2323
# html escaping code from http://wiki.python.org/moin/EscapingHtml
2424

0 commit comments

Comments
 (0)