Skip to content

Commit ea3a000

Browse files
author
github-actions
committed
1.0.5
Automatically generated by python-semantic-release
1 parent a739418 commit ea3a000

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ Automatically updated by
33
[python-semantic-release](https://python-semantic-release.readthedocs.io/en/latest/)
44
with commit parsing of [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/).
55

6-
## Unreleased
6+
7+
## v1.0.5 (2025-06-05)
78
### 🐛 Bug Fixes
89
* remove issue with checking layer order in profiles ([`a04c614`](https://github.com/mdtanker/polartoolkit/commit/a04c614711796de31d49951a4ecb1022e773aa76))
9-
10+
### 🧰 Chores / Maintenance
1011

1112
## v1.0.4 (2025-06-05)
1213
### 🐛 Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ classifiers = [
2828
"Typing :: Typed",
2929
]
3030
readme = "README.md"
31-
version = "1.0.4"
31+
version = "1.0.5"
3232
license = {file = "LICENSE"}
3333

3434
keywords = ["cryosphere", "antarctica", "arctic", "greenland", "maps", "plotting", "pygmt", "cross-section"]

src/polartoolkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
from __future__ import annotations
1111

12-
__version__ = "1.0.4"
12+
__version__ = "1.0.5"
1313

1414
import logging
1515

0 commit comments

Comments
 (0)