Skip to content

Commit

Permalink
Bump version of the repository
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekram committed Jun 25, 2019
1 parent 215d40d commit 7ce6726
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release History

## 1.2.1 - 2019-06-25
* Handle exceptions raised when parsing signed attributes in a signature https://github.com/abhishek-ram/django-pyas2/issues/13
* Add more debug logs during build and parse
* Catch errors in MDN parsing and handle accordingly

## 1.2.0 - 2019-06-12

* Use f-strings for string formatting.
Expand All @@ -9,7 +14,6 @@
* Remove support for python 3.5.
* Add utility function for extracting info from certificates.


## 1.1.1 - 2019-06-03

* Remove leftover print statement.
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.2.0'
__version__ = '1.2.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.2.0',
version='1.2.1',
author="Abhishek Ram",
author_email="[email protected]",
packages=find_packages(
Expand Down

0 comments on commit 7ce6726

Please sign in to comment.