From 1132338512767ba802ffa4b4c85d2d7b7402e7f2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 10:59:26 +0300 Subject: [PATCH] chore(main): release 1.7.3 (#90) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b949442..6da1279 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.7.3](https://github.com/judoscale/judoscale-python/compare/v1.7.2...v1.7.3) (2024-07-05) + + +### Bug Fixes + +* Bump Flask extra to <4.0.0 ([#91](https://github.com/judoscale/judoscale-python/issues/91)) ([271cbad](https://github.com/judoscale/judoscale-python/commit/271cbad8ae075d13269dca6954dd7cc27868f028)) +* Prevent reporter from starting in a build process ([#89](https://github.com/judoscale/judoscale-python/issues/89)) ([4c360d3](https://github.com/judoscale/judoscale-python/commit/4c360d3dfcf7714fc777cc753ab4d55b3a5de377)) + ## [1.7.2](https://github.com/judoscale/judoscale-python/compare/v1.7.1...v1.7.2) (2024-06-03) diff --git a/pyproject.toml b/pyproject.toml index adbf885..6f1985b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "judoscale" -version = "1.7.2" +version = "1.7.3" description = "Official Python adapter for Judoscale — the advanced autoscaler for Heroku" authors = [ "Adam McCrea ",