diff --git a/AUTHORS.md b/AUTHORS.md index 031b8bf..ce5df28 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -1 +1,2 @@ -* Abhishek Ram @abhishek-ram \ No newline at end of file +* Abhishek Ram @abhishek-ram +* Chad Gates @chadgates \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 11121cd..9781838 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Release History +## 1.1.1 - 2019-06-03 + +* Remove leftover print statement. +* Add utility for extracting public certificate information. + ## 1.1.0 - 2019-04-30 * Handle cases where compression is done before signing. diff --git a/pyas2lib/__init__.py b/pyas2lib/__init__.py index 7238017..eefd495 100644 --- a/pyas2lib/__init__.py +++ b/pyas2lib/__init__.py @@ -7,7 +7,7 @@ from pyas2lib.as2 import Organization from pyas2lib.as2 import Partner -__version__ = '1.1.0' +__version__ = '1.1.1' __all__ = [ diff --git a/setup.py b/setup.py index 6bcc851..b7efad9 100644 --- a/setup.py +++ b/setup.py @@ -18,11 +18,10 @@ description="Python library for building and parsing AS2 Messages", license="GNU GPL v2.0", url="https://github.com/abhishek-ram/pyas2-lib", - # long_description=long_description, long_description="Docs for this project are maintained at " "https://github.com/abhishek-ram/pyas2-lib/blob/" "master/README.md", - version='1.1.0', + version='1.1.1', author="Abhishek Ram", author_email="abhishek8816@gmail.com", packages=find_packages(