Skip to content

Commit

Permalink
Bump version to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bdesham committed Jun 16, 2019
1 parent a3882e0 commit cbba0c0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ The man pages are written in Markdown; run `make man` to use Pandoc to convert t

## Version history

* 2.0.2 (2019-06-15)
- Added man pages and made the testing script more flexible. No changes to functionality.
* 2.0.1 (2018-02-09)
- 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)!)
* 2.0 (2018-02-05)
Expand Down
2 changes: 1 addition & 1 deletion export-chrome-bookmarks
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ from platform import system
from re import match
from sys import argv, stderr

script_version = "2.0.1"
script_version = "2.0.2"

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

Expand Down
2 changes: 1 addition & 1 deletion export-chrome-history
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import sqlite3
from sys import argv, stderr
from tempfile import mkdtemp

script_version = "2.0.1"
script_version = "2.0.2"

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

Expand Down

0 comments on commit cbba0c0

Please sign in to comment.