From 2d99a3257ad69d2afe608acd4a0a8561d57a9a4f Mon Sep 17 00:00:00 2001 From: Paul Craig Date: Thu, 21 Nov 2024 19:14:24 -0500 Subject: [PATCH] Bump version to 1.37.0 --- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc3458d7..9aa456a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ The format is based on Keep a Changelog, and this project adheres to Semantic Ve ### Added +### Changed + +### Fixed + +## [1.37.0] - 2023-11-21 + +### Added + - 2 new HRSA designers, and 1 new Bloom Coach - 2 new images, for HRSA-25-70, HRSA-25-76 - Support src="data:..." images in the NOFO Builder 🖼️ @@ -30,6 +38,10 @@ The format is based on Keep a Changelog, and this project adheres to Semantic Ve - Add 33% and 66% width classes - Tables with no rows no longer crash the app +### Migrations + +- "Stephanie V" instead of "Stephanie" for HRSA + ## [1.36.0] - 2023-11-19 ### Added diff --git a/pyproject.toml b/pyproject.toml index 49c3f753..86a4579a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bloom-nofos" -version = "1.36.0" +version = "1.37.0" description = "the no-code solo nofo web flow" authors = ["Paul Craig "] readme = "README.md"