From df1855cbe9fef688586f96ccb51af2197dddc0cc Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 14 Jun 2024 11:01:30 +0000 Subject: [PATCH] 0.4.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++-- pyproject.toml | 2 +- src/polartoolkit/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9d4ea15..cba5fb10 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.4.0 (2024-06-14) ### 💥 Breaking Changes * change module name from `profile` to `profiles` to match plural style of other modules. @@ -173,7 +174,6 @@ To utilize this feature, either set a system environment variable POLARTOOLKIT_H * ([`49e95cb`](https://github.com/mdtanker/polartoolkit/commit/49e95cb854a9938095cf277d872db148a84fce5c)) * ([`cb7ee9d`](https://github.com/mdtanker/polartoolkit/commit/cb7ee9d64117a96e0220b9d2ff3f90c1f1b71f7d)) - ## v0.3.3 (2024-04-23) ### 📦️ Build * make semantic release GHA need changelog success ([`adf7edb`](https://github.com/mdtanker/polartoolkit/commit/adf7edb40d32a4e9090b9cfaff7c0a51f5299424)) diff --git a/pyproject.toml b/pyproject.toml index 54ed1c91..596a3669 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ classifiers = [ "Typing :: Typed", ] readme = "README.md" -version = "0.3.3" +version = "0.4.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 3d888b0a..840ee43d 100644 --- a/src/polartoolkit/__init__.py +++ b/src/polartoolkit/__init__.py @@ -9,4 +9,4 @@ from __future__ import annotations -__version__ = "0.3.3" +__version__ = "0.4.0"