Skip to content

Commit

Permalink
Increased version number
Browse files Browse the repository at this point in the history
Updated to v3.1.4
  • Loading branch information
c0re committed Mar 9, 2015
1 parent 8f6dd57 commit 886326f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions doc/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
### Changelog

v3.1.4
- Fixed Python 2.7/3.3 incompatibility
- Added MySQL Challenge-Response Authentication hash format
- Added PrestaShop hash format
- Fixed PDF 1.4 - 1.6 (Acrobat 5 - 8) regular expression

v3.1.3
- First release on PyPi
- Added Dahua hash format
Expand Down
2 changes: 1 addition & 1 deletion hashid.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from collections import namedtuple

__author__ = "c0re"
__version__ = "3.1.3"
__version__ = "3.1.4"
__github__ = "https://github.com/psypanda/hashID"
__license__ = "License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>"

Expand Down

0 comments on commit 886326f

Please sign in to comment.