We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fc338f commit 8fd9718Copy full SHA for 8fd9718
1 file changed
docs/source/releases.rst
@@ -145,7 +145,7 @@ be found with the `cf.CF` function:
145
146
>>> import cf
147
>>> cf.CF()
148
- '1.10'
+ '1.12'
149
150
This indicates which version of the CF conventions are represented by
151
this release of the cf package, and therefore the version can not be
@@ -158,15 +158,15 @@ version , and is found in the usual manner:
158
:caption: *Retrieve the version of the cf package.*
159
160
>>> cf.__version__
161
- '3.14.0'
+ '3.18.0'
162
163
The next section outlines the scheme used to set version identifiers.
164
165
Versioning strategy
166
^^^^^^^^^^^^^^^^^^^
167
168
An ``epoch.major.minor`` numeric version scheme is used,
169
-e.g. ``3.13.1``.
+e.g. ``3.16.1``.
170
171
**Epoch** changes comprise
172
0 commit comments