diff --git a/CHANGELOG.md b/CHANGELOG.md index 091fd024..a7b3f9ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,8 @@ Automatically updated by [python-semantic-release](https://python-semantic-release.readthedocs.io/en/latest/) with commit parsing of [angular commits](https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#commits). -## Unreleased + +## v0.5.0 (2024-08-04) ### 💥 Breaking Changes * change `origin_shift` parameter options @@ -47,7 +48,6 @@ BREAKING CHANGE: please update your code for functions `plot_grd` and `basemap` ### Other * ([`4424866`](https://github.com/mdtanker/polartoolkit/commit/4424866f96dd88f5948ad307d28c4b958ac40caf)) - ## v0.4.0 (2024-06-14) ### 💥 Breaking Changes * change module name from `profile` to `profiles` to match plural style of other modules. diff --git a/pyproject.toml b/pyproject.toml index f2421cc2..c15753c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ classifiers = [ "Typing :: Typed", ] readme = "README.md" -version = "0.4.0" +version = "0.5.0" license = {file = "LICENSE"} keywords = ["cryosphere", "antarctica", "arctic", "greenland", "maps", "plotting", "pygmt", "cross-section"] diff --git a/src/polartoolkit/__init__.py b/src/polartoolkit/__init__.py index 9c8db489..5f849f7d 100644 --- a/src/polartoolkit/__init__.py +++ b/src/polartoolkit/__init__.py @@ -16,4 +16,4 @@ from __future__ import annotations -__version__ = "0.4.0" +__version__ = "0.5.0"