Skip to content

Commit cfde7b2

Browse files
authored
Merge pull request #67 from python-cas/release-1.7.1
🔖 release version 1.7.1
2 parents 13c0c50 + 2aa69ce commit cfde7b2

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

docs/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,7 @@ here. For additional detail, read the complete `commit history`_.
8585
* Fixing 'requests.api' has no attribute 'Session' (#47) @vhelke
8686
* Fix get_proxy_url adding unnecessary '/' (#41) @seayjohnny
8787
* Fix a few typos in changelog (#45) @intgr
88+
89+
**python-cas 1.7.1** ``[2025-11-05]``
90+
91+
* Removed dependency on package: six

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
# General information about the project.
4848
project = 'Python CAS'
49-
copyright = '2015, Ming Chen'
49+
copyright = '2015-2025, Ming Chen'
5050

5151
# The version info for the project you're documenting, acts as replacement for
5252
# |version| and |release|, also used in various other places throughout the
@@ -55,7 +55,7 @@
5555
# The short X.Y version.
5656
version = '1.7'
5757
# The full version, including alpha/beta/rc tags.
58-
release = '1.7.0'
58+
release = '1.7.1'
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
@@ -39,5 +39,5 @@
3939
py_modules=['cas'],
4040
url='https://github.com/python-cas/python-cas',
4141
download_url ='https://github.com/python-cas/python-cas/releases',
42-
version='1.7.0',
42+
version='1.7.1',
4343
)

0 commit comments

Comments
 (0)