Skip to content

Commit

Permalink
fix: bump to 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bandoche committed Dec 3, 2020
1 parent 1f7dd87 commit 7c361ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ The current development version can be found at

## History

### Ver. 0.4.5 (2020-12-03)
- Fix import path issue (thanks to [Gyong1211](https://github.com/Gyong1211))

### Ver. 0.4.4 (2020-12-03)
- Fix CRT related param error
- Remove PyOpenSSL dependency
Expand Down Expand Up @@ -126,6 +129,7 @@ The current development version can be found at
- [item4](https://github.com/item4)
- [peio](https://github.com/peio) for [PBKDF1](https://github.com/peio/PBKDF/) code.
- [youngminz](https://github.com/youngminz) for PBES2 support.
- [Gyong1211](https://github.com/Gyong1211) for v0.4.5

## See also
- [rootca.or.kr](http://rootca.or.kr/kor/standard/standard01A.jsp) - Technical Specification for K-PKI System
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


PROJECT = 'pypinksign'
VERSION = '0.4.4'
VERSION = '0.4.5'
URL = 'http://github.com/bandoche/PyPinkSign'
AUTHOR = 'Sangjun Jung'
AUTHOR_EMAIL = '[email protected]'
Expand Down

0 comments on commit 7c361ef

Please sign in to comment.