diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a24025d..4bbe241f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] +## [0.14.0] + ### Fixed * `MOC.border` no does not attempt on plotting the border when the MOc is out of the diff --git a/Cargo.toml b/Cargo.toml index 72b4b541..282994a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "MOCPy" -version = "0.13.1" +version = "0.14.0" authors = [ "Matthieu Baumann ", "Thomas Boch ", diff --git a/codemeta.json b/codemeta.json index b6f164a1..dbdd171b 100644 --- a/codemeta.json +++ b/codemeta.json @@ -9,8 +9,8 @@ "dateModified": "2023-12-04", "issueTracker": "https://github.com/cds-astro/mocpy/issues", "name": "MOCpy", - "version": "0.13.1", - "softwareVersion": "0.13.1", + "version": "0.14.0", + "softwareVersion": "0.14.0", "description": "Python library to easily create and manipulate MOCs (Multi-Order Coverage maps)", "applicationCategory": ["Astronomy", "Science"], "funding": "ESCAPE 824064, ASTERICS 653477", diff --git a/python/mocpy/version.py b/python/mocpy/version.py index 7e0dc0e8..9e78220f 100644 --- a/python/mocpy/version.py +++ b/python/mocpy/version.py @@ -1 +1 @@ -__version__ = "0.13.1" +__version__ = "0.14.0"