Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,7 @@ here. For additional detail, read the complete `commit history`_.
* Fixing 'requests.api' has no attribute 'Session' (#47) @vhelke
* Fix get_proxy_url adding unnecessary '/' (#41) @seayjohnny
* Fix a few typos in changelog (#45) @intgr

**python-cas 1.7.1** ``[2025-11-05]``

* Removed dependency on package: six
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

# General information about the project.
project = 'Python CAS'
copyright = '2015, Ming Chen'
copyright = '2015-2025, Ming Chen'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand All @@ -55,7 +55,7 @@
# The short X.Y version.
version = '1.7'
# The full version, including alpha/beta/rc tags.
release = '1.7.0'
release = '1.7.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
py_modules=['cas'],
url='https://github.com/python-cas/python-cas',
download_url ='https://github.com/python-cas/python-cas/releases',
version='1.7.0',
version='1.7.1',
)