File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ be found with the `cf.CF` function:
145
145
146
146
>> > import cf
147
147
>> > cf.CF()
148
- ' 1.10 '
148
+ ' 1.12 '
149
149
150
150
This indicates which version of the CF conventions are represented by
151
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
158
:caption: * Retrieve the version of the cf package.*
159
159
160
160
>> > cf.__version__
161
- ' 3.14 .0'
161
+ ' 3.18 .0'
162
162
163
163
The next section outlines the scheme used to set version identifiers.
164
164
165
165
Versioning strategy
166
166
^^^^^^^^^^^^^^^^^^^
167
167
168
168
An ``epoch.major.minor `` numeric version scheme is used,
169
- e.g. ``3.13 .1 ``.
169
+ e.g. ``3.16 .1 ``.
170
170
171
171
**Epoch ** changes comprise
172
172
You can’t perform that action at this time.
0 commit comments