diff --git a/betty_nginx/assets/locale/betty.pot b/betty_nginx/assets/locale/betty.pot index b77e76e..6c4cc3a 100644 --- a/betty_nginx/assets/locale/betty.pot +++ b/betty_nginx/assets/locale/betty.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Betty VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-10-08 12:13+0100\n" +"POT-Creation-Date: 2024-12-20 14:22+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,7 +17,9 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.16.0\n" -msgid "Generate nginx configuration for your site, as well as a Dockerfile to build a Docker container around it." +msgid "" +"Generate nginx configuration for your site, as well as a Dockerfile to " +"build a Docker container around it." msgstr "" msgid "Serve a generated site with nginx in a Docker container." diff --git a/pyproject.toml b/pyproject.toml index 74c98b8..8c940e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ authors = [ ] requires-python = '~= 3.11' dependencies = [ - 'betty == 0.4.0rc1', + 'betty == 0.4.0rc3', 'docker ~= 7.1', ] classifiers = [