Skip to content

Commit

Permalink
bump: version 0.4.0 → 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 25, 2023
1 parent 23b260a commit a3d6fa6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,19 @@
# Changelog

## v0.5.0 (2023-04-25)

### BREAKING CHANGE

- Removed :mod:`iter_utils` entirely so this API will now no longer work.

### Feat

- **OptPlotter**: add class method `from_autogenerated_figure` (#17)

### Refactor

- **iter_utils.py**: remove :mod:`iter_utils`

## v0.4.0 (2023-04-21)

### Feat
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
@@ -1,5 +1,5 @@
[tool.commitizen]
version = "0.4.0"
version = "0.5.0"
version_files = ["pyproject.toml:^version"]
tag_format = "v$version"
major_version_zero = true
Expand All @@ -9,7 +9,7 @@ formats = "ipynb,myst"

[tool.poetry]
name = "openscm-calibration"
version = "0.4.0"
version = "0.5.0"
description = ""
authors = ["Zebedee Nicholls <zebedee.nicholls@climate-energy-college.org>"]
readme = "README.rst"
Expand Down

0 comments on commit a3d6fa6

Please sign in to comment.