Skip to content

Commit 6e9a310

Browse files
Set version and release date across packaging files
1 parent 34275cb commit 6e9a310

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
8181
"""
8282

83-
__date__ = "2025-03-??"
83+
__date__ = "2025-03-24"
8484
__version__ = "3.17.0"
8585

8686
_requires = (

docs/source/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ To install from source (without any dependencies):
129129
1. Download the cf package from https://pypi.org/project/cf-python
130130

131131
2. Unpack the library (replacing ``<version>`` with the version that
132-
you want to install, e.g. ``3.16.2``):
132+
you want to install, e.g. ``3.17.0``):
133133

134134
.. code-block:: console
135135

0 commit comments

Comments
 (0)