From 63ce2b9caab8dc3ce73307f545abc493fa2a6fda Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 18 Feb 2024 17:58:21 +0000 Subject: [PATCH] 0.3.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 3 +-- pyproject.toml | 2 +- src/polartoolkit/__init__.py | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54305293..da2de33e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,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.0 (2024-02-18) ### 📦️ Build * add requests to deps ([`15ea6e8`](https://github.com/mdtanker/polartoolkit/commit/15ea6e838a980f7c7383819122013fc103b9005f)) * switch GHA from hynek to build and twine ([`91c6ca9`](https://github.com/mdtanker/polartoolkit/commit/91c6ca9d11afd8197bf3fa043c7c8d2a5e9617d3)) @@ -46,7 +46,6 @@ with commit parsing of [angular commits](https://github.com/angular/angular.js/b * formatting ([`0b294a1`](https://github.com/mdtanker/polartoolkit/commit/0b294a18d71d909bcbbd398dc0634b548faf7165)) * fix style errors ([`639ba42`](https://github.com/mdtanker/polartoolkit/commit/639ba42c996db46125b5889e5ae35e09217296d7)) * fix indent ([`efee6d7`](https://github.com/mdtanker/polartoolkit/commit/efee6d702e7db92b5f32d4136be2b0b18eeaf54a)) - ## v0.2.1 (2024-01-29) ### 📦️ Build * add antarctic_plots package for import warning ([`bb4c134`](https://github.com/mdtanker/polartoolkit/commit/bb4c134b6e78377d426781ef1f601a5ba171000b)) diff --git a/pyproject.toml b/pyproject.toml index b31c6f03..31bd3028 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ "Typing :: Typed", ] readme = "README.md" -version = "0.2.1" +version = "0.3.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 e13d6771..820a03d4 100644 --- a/src/polartoolkit/__init__.py +++ b/src/polartoolkit/__init__.py @@ -9,4 +9,4 @@ from __future__ import annotations -__version__ = "0.2.1" +__version__ = "0.3.0"