We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34275cb commit 6e9a310Copy full SHA for 6e9a310
cf/__init__.py
@@ -80,7 +80,7 @@
80
81
"""
82
83
-__date__ = "2025-03-??"
+__date__ = "2025-03-24"
84
__version__ = "3.17.0"
85
86
_requires = (
docs/source/installation.rst
@@ -129,7 +129,7 @@ To install from source (without any dependencies):
129
1. Download the cf package from https://pypi.org/project/cf-python
130
131
2. Unpack the library (replacing ``<version>`` with the version that
132
- you want to install, e.g. ``3.16.2``):
+ you want to install, e.g. ``3.17.0``):
133
134
.. code-block:: console
135
0 commit comments