diff --git a/changelog/32.trivial.md b/changelog/32.trivial.md deleted file mode 100644 index 3bed07c..0000000 --- a/changelog/32.trivial.md +++ /dev/null @@ -1 +0,0 @@ -Fixed up the test PyPI install workflow and made the tests work even if all optional extas are not installed. diff --git a/docs/changelog.md b/docs/changelog.md index aa6f8d2..5460447 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -21,6 +21,13 @@ from the examples given in that link. +## OpenSCM Calibration v0.6.1 (2024-09-17) + +### 🔧 Trivial/Internal Changes + +- [#32](https://github.com/openscm/OpenSCM-Calibration/pull/32) + + ## OpenSCM Calibration v0.6.0 (2024-09-16) ### ⚠️ Breaking Changes diff --git a/pyproject.toml b/pyproject.toml index d40e3de..88ca5cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "openscm-calibration" -version = "0.6.1a1" +version = "0.6.1" description = "Calibration tools for simple climate models (with potential for applications elsewhere)" authors = [ { name = "Zebedee Nicholls", email = "zebedee.nicholls@climate-energy-college.org" },