Skip to content

Commit 2829b61

Browse files
author
znicholls
committed
bump: version 0.12.1 -> 0.13.0
1 parent 7caec47 commit 2829b61

5 files changed

Lines changed: 19 additions & 8 deletions

File tree

changelog/88.improvement.md

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

changelog/89.breaking.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelog/91.trivial.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/source/changelog.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,24 @@ of rst and use slightly different categories.
1818

1919
<!-- towncrier release notes start -->
2020

21+
## openscm-runner v0.13.0 (2024-01-30)
22+
23+
24+
### Breaking Changes
25+
26+
- Updated to CICERO-SCM v1.1.1
27+
28+
This also removes the pin on Pandas when installing CICERO-SCM's python port ([#89](https://github.com/openscm/openscm-runner/pulls/89))
29+
30+
### Improvements
31+
32+
- Switched to using [pytest-regressions](https://pytest-regressions.readthedocs.io/en/latest) rather than relying on our own solution ([#88](https://github.com/openscm/openscm-runner/pulls/88))
33+
34+
### Trivial/Internal Changes
35+
36+
- [#91](https://github.com/openscm/openscm-runner/pulls/91)
37+
38+
2139
## openscm-runner v0.12.1 (2023-05-15)
2240

2341
### Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "openscm-runner"
33
keywords = ["openscm", "runner", "python", "simple", "climate", "model"]
4-
version = "0.12.1"
4+
version = "0.13.0"
55
description = "Thin wrapper to run emissions scenarios with simple climate models"
66
authors = [
77
"Zebedee Nicholls <zebedee.nicholls@climate-energy-college.org>",

0 commit comments

Comments
 (0)