Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Aug 4, 2024
1 parent 3d771ac commit a5f42d0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion src/polartoolkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

from __future__ import annotations

__version__ = "0.4.0"
__version__ = "0.5.0"

0 comments on commit a5f42d0

Please sign in to comment.