Skip to content

Commit

Permalink
REL Bump version to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
unode committed Feb 10, 2017
1 parent 7114412 commit 2e6a2ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#### Changelog

##### 0.6.1
- Fix a bug on `--version` affecting primarily Python 3 (@criztovyl)

##### 0.6
- Fix a bug leading to segmentation fault crashes on newer platforms
- Passing `--version` now displays firefox\_decrypt's version
Expand Down
2 changes: 1 addition & 1 deletion firefox_decrypt.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def internal_version():
return stdout.strip().decode("utf-8")


__version_info__ = (0, 6)
__version_info__ = (0, 6, 1)
__version__ = get_version()


Expand Down

0 comments on commit 2e6a2ac

Please sign in to comment.