Skip to content

Commit 7a04a5b

Browse files
author
Ming
committed
Release 1.6.0
1 parent ffd812a commit 7a04a5b

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
@@ -65,3 +65,9 @@ here. For additional detail, read the complete `commit history`_.
6565
* PR-36: Add support for <norEduPerson> element under <cas:authenticationSuccess>
6666
* Fix #34: Exclude setup from installed package
6767

68+
**python-cas 1.6.0** ``[202l-09-17]``
69+
70+
* Refine docstring to google style for better documentation
71+
* PR #39: Fix SAML ticket verification failing when response is not namespaced @mbenadda
72+
* PR #44: Use Session for making requests & allow customization @intgr
73+

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
# built documents.
5454
#
5555
# The short X.Y version.
56-
version = '1.5'
56+
version = '1.6'
5757
# The full version, including alpha/beta/rc tags.
58-
release = '1.5.0'
58+
release = '1.6.0'
5959

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@
4343
py_modules=['cas'],
4444
url='https://github.com/python-cas/python-cas',
4545
download_url ='https://github.com/python-cas/python-cas/releases',
46-
version='1.5.0',
46+
version='1.6.0',
4747
)

0 commit comments

Comments
 (0)