Skip to content

Commit

Permalink
bump version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekram committed Jun 3, 2019
1 parent afa25f3 commit bca5d62
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
3 changes: 2 additions & 1 deletion AUTHORS.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
* Abhishek Ram <[email protected]> @abhishek-ram
* Abhishek Ram <[email protected]> @abhishek-ram
* Chad Gates @chadgates
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pyas2lib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from pyas2lib.as2 import Organization
from pyas2lib.as2 import Partner

__version__ = '1.1.0'
__version__ = '1.1.1'


__all__ = [
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]",
packages=find_packages(
Expand Down

0 comments on commit bca5d62

Please sign in to comment.