We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 025c711 commit 7cfa60aCopy full SHA for 7cfa60a
2 files changed
README.md
@@ -71,6 +71,9 @@ The current development version can be found at
71
72
## History
73
74
+## Ver. 0.4.2 (2020-02-26)
75
+- Test code fix
76
+
77
## Ver. 0.4.1 (2020-02-26)
78
- Add PKCS7 sign message.
79
setup.py
@@ -5,7 +5,7 @@
5
6
7
PROJECT = 'pypinksign'
8
-VERSION = '0.4.1'
+VERSION = '0.4.2'
9
URL = 'http://github.com/bandoche/PyPinkSign'
10
AUTHOR = 'Sangjun Jung'
11
AUTHOR_EMAIL = 'spamcoffee+pypinksign@gmail.com'
0 commit comments