Skip to content

Commit

Permalink
Preparing release 0.9.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
iainrussell committed Nov 24, 2022
1 parent d70035f commit b2fc0ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
Changelog for cfgrib
====================

0.9.10.3 (2022-xx-xx)
0.9.10.3 (2022-11-24)
---------------------

- large reduction in memory leak
See `#320 <https://github.com/ecmwf/cfgrib/pull/320/>`_.

- Replaced ``distutils.version`` py ``packaging.version`` and
- Replaced ``distutils.version`` by ``packaging.version`` and
added description and url to the xarray plugin.
See `#318 <https://github.com/ecmwf/cfgrib/pull/318/>`_.

Expand Down
2 changes: 1 addition & 1 deletion cfgrib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.9.10.2"
__version__ = "0.9.10.3"

# cfgrib core API depends on the ECMWF ecCodes C-library only
from .abc import Field, Fieldset, Index, MappingFieldset
Expand Down

0 comments on commit b2fc0ed

Please sign in to comment.