Skip to content

Commit

Permalink
Bump version to 1.4.3 and update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekram committed Jan 25, 2023
1 parent 26efb2a commit f15e8b9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History

## 1.4.3 - 2023-01-25

* fix: update pyopenssl version to resovle pyca/cryptography#7959

## 1.4.2 - 2022-12-11

* fix: update the black version to fix github ci pipeline
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.1"
__version__ = "1.4.3"


__all__ = [
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.2",
version="1.4.3",
author="Abhishek Ram",
author_email="[email protected]",
packages=find_packages(where=".", exclude=("test*",)),
Expand Down

0 comments on commit f15e8b9

Please sign in to comment.