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"