Skip to content

Commit

Permalink
Bump version to 1.4.2 and update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekram committed Dec 11, 2022
1 parent 7cadd1a commit 26669fd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Release History

## 1.4.2 - 2022-12-11

* fix: update the black version to fix github ci pipeline
* feat: added partner setting to force canonicalize binary
* fix: freeze the version of pyflakes to resolve klen/pylama#224
* feat: update the versions of oscrypt and asn1crypto
* fix: Use SMIMECapabilites from asn1crypto instead of the custom class (needed due to asn1crypto upgrade)

## 1.4.1 - 2022-02-06

* fix: freezing pylama version to avoid breaking changes
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
long_description="Docs for this project are maintained at "
"https://github.com/abhishek-ram/pyas2-lib/blob/"
"master/README.md",
version="1.4.1",
version="1.4.2",
author="Abhishek Ram",
author_email="[email protected]",
packages=find_packages(where=".", exclude=("test*",)),
Expand Down

0 comments on commit 26669fd

Please sign in to comment.