diff --git a/CHANGELOG.md b/CHANGELOG.md index 270226cc..e3b6b649 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.3.3 (2024-04-23) ### 📦️ Build * make semantic release GHA need changelog success ([`adf7edb`](https://github.com/mdtanker/polartoolkit/commit/adf7edb40d32a4e9090b9cfaff7c0a51f5299424)) ### 🧰 Chores / Maintenance @@ -11,7 +12,6 @@ with commit parsing of [angular commits](https://github.com/angular/angular.js/b ### 🐛 Bug Fixes * pinning issue in workflow ([`1578894`](https://github.com/mdtanker/polartoolkit/commit/1578894981c4c33ea00798ea163a620bc5128d28)) - ## v0.3.2 (2024-04-23) ### 📦️ Build ### 🧰 Chores / Maintenance diff --git a/pyproject.toml b/pyproject.toml index 3ee88526..a12b5c00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ classifiers = [ "Typing :: Typed", ] readme = "README.md" -version = "0.3.2" +version = "0.3.3" 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 d1896bd0..3d888b0a 100644 --- a/src/polartoolkit/__init__.py +++ b/src/polartoolkit/__init__.py @@ -9,4 +9,4 @@ from __future__ import annotations -__version__ = "0.3.2" +__version__ = "0.3.3"