Skip to content

Commit

Permalink
bump: version 0.12.1 -> 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
znicholls committed Jan 30, 2024
1 parent 7caec47 commit 2829b61
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 8 deletions.
1 change: 0 additions & 1 deletion changelog/88.improvement.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog/89.breaking.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog/91.trivial.md

This file was deleted.

18 changes: 18 additions & 0 deletions docs/source/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,24 @@ of rst and use slightly different categories.

<!-- towncrier release notes start -->

## openscm-runner v0.13.0 (2024-01-30)


### Breaking Changes

- Updated to CICERO-SCM v1.1.1

This also removes the pin on Pandas when installing CICERO-SCM's python port ([#89](https://github.com/openscm/openscm-runner/pulls/89))

### Improvements

- 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))

### Trivial/Internal Changes

- [#91](https://github.com/openscm/openscm-runner/pulls/91)


## openscm-runner v0.12.1 (2023-05-15)

### Features
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "openscm-runner"
keywords = ["openscm", "runner", "python", "simple", "climate", "model"]
version = "0.12.1"
version = "0.13.0"
description = "Thin wrapper to run emissions scenarios with simple climate models"
authors = [
"Zebedee Nicholls <[email protected]>",
Expand Down

0 comments on commit 2829b61

Please sign in to comment.