Skip to content

Commit d75deda

Browse files
author
znicholls
committed
bump: version 0.3.4a1 -> 0.4.0
1 parent 54be2a5 commit d75deda

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

changelog/13.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.4.0 (2025-04-11)
25+
26+
### 🆕 Features
27+
28+
- Added [pandas_openscm.index_manipulation.update_levels][] and the corresponding accessor [pandas_openscm.accessors.DataFramePandasOpenSCMAccessor.update_index_levels][] ([#13](https://github.com/openscm/pandas-openscm/pull/13))
29+
30+
2431
## Pandas-OpenSCM v0.3.3 (2025-03-30)
2532

2633
### 🆕 Features

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.3.4a1"
3+
version = "0.4.0"
44
description = "Pandas accessors for OpenSCM-related functionality."
55
authors = [
66
{ name = "Zebedee Nicholls", email = "[email protected]" },

0 commit comments

Comments
 (0)