Skip to content

Commit

Permalink
Bump version to 1.4.0 and update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekram committed Feb 6, 2022
1 parent 29591b4 commit 90f99d5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.4.0 - 2022-02-06

* Handle the case where non utf-8 characters are present in the certificate
* Add support for python 3.10
* Move to GitHub actions for running automated tests
* Fix broken tests due to expired certs (#39)
* Preserve content headers on enveloped data (#36)
* When address-type is not specified, only use provided value (#34)
* Normalize digest algorithm to make it more compatible (#32)

## 1.3.3 - 2021-01-17
* Update the versions of asn1crypto, oscrypto and pyOpenSSL

Expand Down
2 changes: 1 addition & 1 deletion pyas2lib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from pyas2lib.as2 import Organization
from pyas2lib.as2 import Partner

__version__ = "1.3.3"
__version__ = "1.4.0"


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

0 comments on commit 90f99d5

Please sign in to comment.