Skip to content

Commit dc09fa6

Browse files
committed
🔖 release version 1.7.0
1 parent 71a179d commit dc09fa6

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

docs/changelog.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,17 @@ here. For additional detail, read the complete `commit history`_.
7171
* PR #39: Fix SAML ticket verification failing when response is not namespaced @mbenadda
7272
* PR #44: Use Session for making requests & allow customization @intgr
7373

74+
**python-cas 1.7.0** ``[2025-10-08]``
75+
76+
* github actions: test on ubuntu 24 (#58) @nikolas
77+
* Update supported python versions (#57) @nikolas
78+
* Test on python 3.10 by default (#56) @nikolas
79+
* Remove old python versions from tox (#55) @nikolas
80+
* Remove universal wheel (#54) @nikolas
81+
* Update pytest (#53) @nikolas
82+
* Add python 3.11 testing, update github actions envs (#52) @nikolas
83+
* setup.py: add classifiers for py3.9, py3.10 (#50) @nikolas
84+
* Add python 3.10 testing (#49) @nikolas
85+
* Fixing 'requests.api' has no attribute 'Session' (#47) @vhelke
86+
* Fix get_proxy_url adding unnecessary '/' (#41) @seayjohnny
87+
* Fix a few typos in changelog (#45) @intgr

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.6'
56+
version = '1.7'
5757
# The full version, including alpha/beta/rc tags.
58-
release = '1.6.0'
58+
release = '1.7.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
@@ -40,5 +40,5 @@
4040
py_modules=['cas'],
4141
url='https://github.com/python-cas/python-cas',
4242
download_url ='https://github.com/python-cas/python-cas/releases',
43-
version='1.6.0',
43+
version='1.7.0',
4444
)

0 commit comments

Comments
 (0)