From d7a17899de1a97fb0df825dcdd3219e7fcf0aab0 Mon Sep 17 00:00:00 2001 From: Paul Craig Date: Sat, 19 Oct 2024 11:13:33 -0400 Subject: [PATCH] Bump to 1.29.0 Mostly small changes/bugfixes in this one. From the CHANGELOG: - Ignore single-celled tables that include the phrase "-specific instructions" - These are new instructions boxes - Add cover image for CDC-RFA-DP-25-0012 - Add "TEST" to the audit event for a printed NOFO if we are in test mode - Add broken bookmark links to alert box - Add styling for broken bookmark links - Update DocRaptor env var - Fix CDC logo text for all backgrounds in portrait mode - Hide "alt text" row when cover style is text only - Manually return a 500 response when an exception is raised by requests lib --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e4b757dc..1f5d4393 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bloom-nofos" -version = "1.28.0" +version = "1.29.0" description = "the no-code solo nofo web flow" authors = ["Paul Craig "] readme = "README.md"