Skip to content

Commit

Permalink
Version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JoerivanEngelen committed Dec 11, 2023
1 parent cd53cca commit 75c87e6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog`_, and this project adheres to
`Semantic Versioning`_.

[0.8.0] 2023-12-11
------------------

Changed
~~~~~~~

- Initialize Meshkernel with a spherical projection if the coordinate reference
system (crs) is geographic.
- Minimum Python version increased to 3.9.

[0.7.1] 2023-11-17
------------------

Expand Down
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "xugrid"
version = "0.7.1"
version = "0.8.0"
description = "Xarray extension for unstructured grids"
authors = ["Huite Bootsma <huite.bootsma@deltares.nl>"]
channels = ["conda-forge"]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "xugrid"
description = "Xarray extension for unstructured grids"
readme = { file = "README.rst", content-type = "text/x-rst" }
version = "0.7.1"
version = "0.8.0"
maintainers = [{ name = "Huite Bootsma", email = "huite.bootsma@deltares.nl" }]
requires-python = ">=3.9"
dependencies = [
Expand Down

0 comments on commit 75c87e6

Please sign in to comment.