From 6bd9d7b29191546f95c0200917d93d31bc396515 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 15:38:02 -0400 Subject: [PATCH] chore(main): release 2.0.6 (#300) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c6fbbb6..09ec9eb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.5" + ".": "2.0.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 602e876..61e27c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.6](https://github.com/mcaulifn/solcast/compare/v2.0.5...v2.0.6) (2024-07-30) + + +### Bug Fixes + +* **deps:** Bump certifi from 2024.2.2 to 2024.7.4 ([#299](https://github.com/mcaulifn/solcast/issues/299)) ([00f6715](https://github.com/mcaulifn/solcast/commit/00f6715ad558bbc03842a35c480d8a833e9b62fc)) + ## [2.0.5](https://github.com/mcaulifn/solcast/compare/v2.0.4...v2.0.5) (2024-07-16) diff --git a/pyproject.toml b/pyproject.toml index 5825395..b2b1bad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pysolcast" -version = "2.0.5" +version = "2.0.6" description = "" authors = ["Nathaniel McAuliffe "] readme = "README.rst"