Skip to content

Commit a00e794

Browse files
committed
Release 2.2.1
1 parent 7e31bb8 commit a00e794

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# python-saml changelog
22

3+
### 2.2.1 (Jan 11, 2017)
4+
* [#175]((https://github.com/onelogin/python-saml/pull/175) Optionally raise detailed exceptions vs. returning False.
5+
Implement a more specific exception class for handling some validation errors. Improve/Fix tests
6+
* [#171](https://github.com/onelogin/python-saml/pull/171) Add hooks to retrieve last-sent and last-received requests and responses
7+
* Improved inResponse validation on Responses
8+
* [#173](https://github.com/onelogin/python-saml/pull/173) Fix attributeConsumingService serviceName format in README
9+
10+
311
### 2.2.0 (Oct 14, 2016)
412
* Several security improvements:
513
* Conditions element required and unique.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99

1010
setup(
1111
name='python-saml',
12-
version='2.2.0',
12+
version='2.2.1',
1313
description='Onelogin Python Toolkit. Add SAML support to your Python software using this library',
1414
classifiers=[
15-
'Development Status :: 4 - Beta',
15+
'Development Status :: 5 - Production/Stable',
1616
'Intended Audience :: Developers',
1717
'Intended Audience :: System Administrators',
1818
'Operating System :: OS Independent',

0 commit comments

Comments
 (0)