Skip to content

Commit

Permalink
Bump version to 1.4.1 and update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekram committed Mar 28, 2022
1 parent c327c0f commit 835d750
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
3 changes: 2 additions & 1 deletion AUTHORS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
* Abhishek Ram <[email protected]> @abhishek-ram
* Chad Gates @chadgates
* Bruno Ribeiro da Silva <[email protected]> @loop0
* Bruno Ribeiro da Silva <[email protected]> @loop0
* Robin C Samuel @robincsamuel
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## 1.4.0 - 2022-02-06

* fix: freezing pylama version to avoid breaking changes
* feat: option to pass custom domain for AS2 message-id generation

## 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
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.4.0"
__version__ = "1.4.1"


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

0 comments on commit 835d750

Please sign in to comment.