Skip to content

Commit 8fd9718

Browse files
authored
Update versions
1 parent 4fc338f commit 8fd9718

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/releases.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ be found with the `cf.CF` function:
145145
146146
>>> import cf
147147
>>> cf.CF()
148-
'1.10'
148+
'1.12'
149149
150150
This indicates which version of the CF conventions are represented by
151151
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:
158158
:caption: *Retrieve the version of the cf package.*
159159
160160
>>> cf.__version__
161-
'3.14.0'
161+
'3.18.0'
162162
163163
The next section outlines the scheme used to set version identifiers.
164164

165165
Versioning strategy
166166
^^^^^^^^^^^^^^^^^^^
167167

168168
An ``epoch.major.minor`` numeric version scheme is used,
169-
e.g. ``3.13.1``.
169+
e.g. ``3.16.1``.
170170

171171
**Epoch** changes comprise
172172

0 commit comments

Comments
 (0)