Skip to content

Commit ef91b84

Browse files
committed
Release 1.2.0
1 parent d80c965 commit ef91b84

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

docs/changelog.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ here. For additional detail, read the complete `commit history`_.
2121
* allowed to customize name of logout redirect url parameter
2222
* base cas client with SAML on CASClientV2
2323

24+
25+
**python-cas 1.2.0** ``[2016-11-06]``
26+
27+
* Replace urllib2 calls with requests to avoid SNI issues
28+
* In SAMLV1.1, the user username is withing NameIdentifier tags
29+
2430
.. _commit history: https://github.com/python-cas/python-cas/commits
2531
.. _django-cas-ng: https://github.com/mingchen/django-cas-ng
2632

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@
5252
# built documents.
5353
#
5454
# The short X.Y version.
55-
version = '1.1'
55+
version = '1.2'
5656
# The full version, including alpha/beta/rc tags.
57-
release = '1.1.0'
57+
release = '1.2.0'
5858

5959
# The language for content autogenerated by Sphinx. Refer to documentation
6060
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
packages=['.'],
3535
url='https://github.com/python-cas/python-cas',
3636
download_url ='https://github.com/python-cas/python-cas/releases',
37-
version='1.1.0',
37+
version='1.2.0',
3838
)
3939

0 commit comments

Comments
 (0)