diff --git a/README.rst b/README.rst index 939ad4a9..30abcdd7 100644 --- a/README.rst +++ b/README.rst @@ -176,7 +176,6 @@ Answer the prompts with your own desired options_. For example:: 3 - 9.5 4 - 9.4 5 - 9.3 - 6 - 9.2 Choose from 1, 2, 3, 4 [1]: 1 Select js_task_runner: 1 - Gulp diff --git a/cookiecutter.json b/cookiecutter.json index 933c3dfa..4527a606 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -17,7 +17,7 @@ "use_docker": "n", "use_heroku": "n", "use_compressor": "n", - "postgresql_version": ["10", "9.6", "9.5", "9.4", "9.3", "9.2"], + "postgresql_version": ["10", "9.6", "9.5", "9.4", "9.3"], "js_task_runner": ["Gulp", "Grunt", "None"], "custom_bootstrap_compilation": "n", "open_source_license": ["MIT", "BSD", "GPLv3", "Apache Software License 2.0", "Not open source"]