diff --git a/README.rst b/README.rst index 30abcdd70..c5f9d06b3 100644 --- a/README.rst +++ b/README.rst @@ -171,11 +171,13 @@ Answer the prompts with your own desired options_. For example:: use_heroku [n]: y use_compressor [n]: y Select postgresql_version: - 1 - 10 - 2 - 9.6 - 3 - 9.5 - 4 - 9.4 - 5 - 9.3 + 1 - 10.3 + 2 - 10.2 + 3 - 10.1 + 4 - 9.6 + 5 - 9.5 + 6 - 9.4 + 7 - 9.3 Choose from 1, 2, 3, 4 [1]: 1 Select js_task_runner: 1 - Gulp diff --git a/cookiecutter.json b/cookiecutter.json index 7aaaa9438..9e5876e77 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -7,10 +7,10 @@ "domain_name": "example.com", "version": "0.1.0", "open_source_license": [ - "MIT", - "BSD", - "GPLv3", - "Apache Software License 2.0", + "MIT", + "BSD", + "GPLv3", + "Apache Software License 2.0", "Not open source" ], "timezone": "UTC", @@ -18,15 +18,17 @@ "use_pycharm": "n", "use_docker": "n", "postgresql_version": [ - "10", - "9.6", - "9.5", - "9.4", + "10.3", + "10.2", + "10.1", + "9.6", + "9.5", + "9.4", "9.3" ], "js_task_runner": [ - "Gulp", - "Grunt", + "Gulp", + "Grunt", "None" ], "custom_bootstrap_compilation": "n",