From b12e2fee8cef219e7541db4ac013e8407bd0c6fc Mon Sep 17 00:00:00 2001 From: Paul Craig Date: Fri, 8 Nov 2024 18:25:56 -0500 Subject: [PATCH] Bump version to 1.31.0 I've made lots of changes, so let's version the app again. --- bloom_nofos/bloom_nofos/templates/base_barebones.html | 1 - pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/bloom_nofos/bloom_nofos/templates/base_barebones.html b/bloom_nofos/bloom_nofos/templates/base_barebones.html index b0d5552d..8cce0514 100644 --- a/bloom_nofos/bloom_nofos/templates/base_barebones.html +++ b/bloom_nofos/bloom_nofos/templates/base_barebones.html @@ -7,7 +7,6 @@ {% project_version as VERSION %} - {% block title %}It’s NOFOs, baby{% endblock %} {% block metadata %}{% endblock %} diff --git a/pyproject.toml b/pyproject.toml index b3b8a6a6..9f13e63b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bloom-nofos" -version = "1.30.0" +version = "1.31.0" description = "the no-code solo nofo web flow" authors = ["Paul Craig "] readme = "README.md"