diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c350d21..f838c11 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.17" + ".": "1.0.18" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8264115..c83e963 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.18](https://github.com/mcaulifn/solcast/compare/v1.0.17...v1.0.18) (2023-10-26) + + +### Bug Fixes + +* **deps:** update dependency responses to v0.23.3 ([#184](https://github.com/mcaulifn/solcast/issues/184)) ([8010b99](https://github.com/mcaulifn/solcast/commit/8010b99761b610bd1fa23886bd00f6d0edf89065)) + ## [1.0.17](https://github.com/mcaulifn/solcast/compare/v1.0.16...v1.0.17) (2023-10-25) diff --git a/pyproject.toml b/pyproject.toml index 158188b..07e1f34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pysolcast" -version = "1.0.17" +version = "1.0.18" description = "" authors = ["Nathaniel McAuliffe "] readme = "README.rst"