Skip to content

Commit 07fe08a

Browse files
authored
Add release notes and update version number (#266)
1 parent bdb8c63 commit 07fe08a

File tree

4 files changed

+30
-3
lines changed

4 files changed

+30
-3
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
# General information about the project.
5252
project = u'iris-grib'
53-
copyright = u'2016, Met Office'
53+
copyright = u'2021, Met Office'
5454
author = u'Met Office'
5555

5656
# The version info for the project you're documenting, acts as replacement for

docs/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
You can adapt this file completely to your liking, but it should at least
44
contain the root `toctree` directive.
55
6-
Iris-grib v0.16
6+
Iris-grib v0.17
77
===============
88

99
The library ``iris-grib`` provides functionality for converting between weather and

docs/ref/release_notes.rst

+27
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@ Release Notes
22
=============
33

44

5+
What's new in iris-grib v0.17
6+
-----------------------------
7+
8+
:Release: 0.17.0
9+
:Date: 18 May 2021
10+
11+
Features
12+
^^^^^^^^
13+
14+
* `@m1dr <https://github.com/m1dr>`_ added support for GRIB regulation 92.1.8
15+
for loading GRIB files where the longitude increment is not given.
16+
`(PR#261) <https://github.com/SciTools/iris-grib/pull/261>`_
17+
18+
* `@lbdreyer <https://github.com/lbdreyer>`_ added support for loading grid
19+
point and spectral data with CCSDS recommended lossless compression, i.e.
20+
data representation template 42.
21+
`(PR#264) <https://github.com/SciTools/iris-grib/pull/264>`_
22+
23+
24+
Internal
25+
^^^^^^^^
26+
27+
* `@jamesp <https://github.com/jamesp>`_ moved CI testing to Cirrus CI.
28+
`(PR#250) <https://github.com/SciTools/iris-grib/pull/250>`_
29+
30+
31+
532
What's new in iris-grib v0.16
633
-----------------------------
734

iris_grib/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
from .message import GribMessage
3434

3535

36-
__version__ = '0.17.dev0'
36+
__version__ = '0.17.0'
3737

3838
__all__ = ['load_cubes', 'save_grib2', 'load_pairs_from_fields',
3939
'save_pairs_from_cube', 'save_messages']

0 commit comments

Comments
 (0)