Skip to content

Commit f45c902

Browse files
author
znicholls
committed
bump: version 0.5.1a1 -> 0.5.1
1 parent 75dc2c8 commit f45c902

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

changelog/18.feature.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ from the examples given in that link.
2121

2222
<!-- towncrier release notes start -->
2323

24+
## Pandas-OpenSCM v0.5.1 (2025-05-23)
25+
26+
### 🆕 Features
27+
28+
- Added [pandas_openscm.index_manipulation.set_levels][] and the corresponding accessor [pandas_openscm.accessors.DataFramePandasOpenSCMAccessor.set_index_levels][] ([#18](https://github.com/openscm/pandas-openscm/pull/18))
29+
30+
2431
## Pandas-OpenSCM v0.5.0 (2025-05-10)
2532

2633
### ⚠️ Breaking Changes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pandas-openscm"
3-
version = "0.5.1a1"
3+
version = "0.5.1"
44
description = "Pandas accessors for OpenSCM-related functionality."
55
authors = [
66
{ name = "Zebedee Nicholls", email = "zebedee.nicholls@climate-energy-college.org" },

0 commit comments

Comments
 (0)