Skip to content

Commit

Permalink
Bump version to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bdesham committed Feb 5, 2018
1 parent a2861a8 commit adf6a4a
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 @@ -39,6 +39,8 @@ To test changes to the scripts, run the shell script `test/run_tests`. The scrip

## Version history

* 2.0 (2018-02-05)
- Renamed the project from “py-chrome-bookmarks” to “chrome-export”; renamed “py-chrome-bookmarks.py” to “export-chrome-bookmarks”; and renamed “py-chrome-history.py” to “export-chrome-history”. There were no changes in functionality.
* 1.2.1 (2017-06-02)
- Fixed a Unicode decoding error under Windows 7. (Thanks [Boburmirzo Hamraqulov](https://github.com/bzimor)!)
* 1.2 (2017-01-26)
Expand Down
2 changes: 1 addition & 1 deletion export-chrome-bookmarks
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ from platform import system
from re import match
from sys import argv, stderr

script_version = "1.2.1"
script_version = "2.0"

# 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 = "1.2.1"
script_version = "2.0"

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

Expand Down

0 comments on commit adf6a4a

Please sign in to comment.