Skip to content

Commit

Permalink
Update to version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
knovichikhin committed Dec 7, 2022
1 parent 74d7691 commit a26de50
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.3.0 - 2022-12-06
------------------
- Add PIN block ISO 4 support. Thanks David Schmid <david.schmid@mailbox.org>.

1.2.0 - 2022-10-02
------------------
- Update TR-31 to wrap/unwrap any key.
Expand Down
2 changes: 1 addition & 1 deletion psec/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
- tools - Miscellaneous tools, such as xor.
"""

__version__ = "1.2.0"
__version__ = "1.3.0"
__author__ = "Konstantin Novichikhin <konstantin.novichikhin@gmail.com>"

from psec import aes, cvv, des, mac, pin, pinblock, tools, tr31
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

setup(
name="psec",
version="1.2.0",
version="1.3.0",
author="Konstantin Novichikhin",
author_email="konstantin.novichikhin@gmail.com",
description="A Python package for cryptography in payment systems",
Expand Down

0 comments on commit a26de50

Please sign in to comment.