From 7ce672685e6cc9c3ca7875ae4ea7dae21b7ed8e0 Mon Sep 17 00:00:00 2001 From: abhishekram Date: Tue, 25 Jun 2019 15:54:46 +0530 Subject: [PATCH] Bump version of the repository --- CHANGELOG.md | 6 +++++- pyas2lib/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b80993f..91a2fd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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. diff --git a/pyas2lib/__init__.py b/pyas2lib/__init__.py index 1cc0a5e..84b83ac 100644 --- a/pyas2lib/__init__.py +++ b/pyas2lib/__init__.py @@ -9,7 +9,7 @@ from pyas2lib.as2 import Organization from pyas2lib.as2 import Partner -__version__ = '1.2.0' +__version__ = '1.2.1' __all__ = [ diff --git a/setup.py b/setup.py index bb77d41..845a627 100644 --- a/setup.py +++ b/setup.py @@ -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="abhishek8816@gmail.com", packages=find_packages(