From 5500af7364e3ff0d2ead6b7100e8884e0ace785b Mon Sep 17 00:00:00 2001 From: Matthias Sieber Date: Mon, 27 Jul 2020 14:08:56 -0700 Subject: [PATCH 1/3] update Readme w/ current PostgreSQL version support --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 47f2bfb7..ec663d3e 100644 --- a/README.rst +++ b/README.rst @@ -96,7 +96,7 @@ Constraints ----------- * Only maintained 3rd party libraries are used. -* Uses PostgreSQL everywhere (9.4 - 11.3) +* Uses PostgreSQL everywhere (9.4 - 12.3) * Environment variables for configuration (This won't work with Apache/mod_wsgi). Support this Project! From d5d4941d2286671dd7f7eda19f0001b98dbb9095 Mon Sep 17 00:00:00 2001 From: Matthias Sieber Date: Mon, 27 Jul 2020 14:12:33 -0700 Subject: [PATCH 2/3] added to list of other contributors --- CONTRIBUTORS.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index 875ece2e..26bcec91 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -181,6 +181,7 @@ Listed in alphabetical order. Matt Menzenski `@menzenski`_ Matt Warren `@mfwarren`_ Matthew Sisley `@mjsisley`_ + Matthias Sieber `@manonthemat` @MatzeOne Meghan Heintz `@dot2dotseurat`_ Mesut Yılmaz `@myilmaz`_ Michael Gecht `@mimischi`_ @_mischi From 279175a3447b7754769a33a69441d9cd566025e0 Mon Sep 17 00:00:00 2001 From: Matthias Sieber Date: Mon, 27 Jul 2020 14:14:15 -0700 Subject: [PATCH 3/3] updated docs --- docs/project-generation-options.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/project-generation-options.rst b/docs/project-generation-options.rst index 1c2fc314..ec52e218 100644 --- a/docs/project-generation-options.rst +++ b/docs/project-generation-options.rst @@ -49,11 +49,11 @@ use_docker: postgresql_version: Select a PostgreSQL_ version to use. The choices are: - 1. 11.3 - 2. 10.8 - 3. 9.6 - 4. 9.5 - 5. 9.4 + 1. 12.3 + 2. 11.8 + 3. 10.8 + 4. 9.6 + 5. 9.5 js_task_runner: Select a JavaScript task runner. The choices are: