File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 5454
5555.. code :: console
5656
57- $ cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python --checkout=2020.4 .15.1
57+ $ cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python --checkout=2020.5 .15
5858
5959
6060 Features
@@ -127,7 +127,7 @@ Generate a Python project:
127127.. code :: console
128128
129129 $ cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python \
130- --checkout="2020.4 .15.1 "
130+ --checkout="2020.5 .15"
131131
132132 Change to the root directory of your new project,
133133and create a Git repository:
Original file line number Diff line number Diff line change @@ -66,9 +66,9 @@ Initial releases may occur more frequently.
6666
6767.. _bimonthly : https://www.merriam-webster.com/words-at-play/on-biweekly-and-bimonthly
6868
69- The current stable release is `2020.4 .15.1 `_.
69+ The current stable release is `2020.5 .15 `_.
7070
71- .. _2020.4 .15.1 : https://github.com/cjolowicz/cookiecutter-hypermodern-python/releases/tag/2020.4 .15.1
71+ .. _2020.5 .15 : https://github.com/cjolowicz/cookiecutter-hypermodern-python/releases/tag/2020.5 .15
7272
7373
7474.. _Installation :
@@ -218,12 +218,12 @@ Creating a project
218218
219219Create a project from this template
220220by pointing Cookiecutter to its `GitHub repository <Hypermodern Python Cookiecutter _>`__.
221- Use the ``--checkout `` option with the `current stable release <2020.4.15.1 _ >`__:
221+ Use the ``--checkout `` option with the `current stable release <2020.5.15 _ >`__:
222222
223223.. code :: console
224224
225225 $ cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python \
226- --checkout="2020.4 .15.1 "
226+ --checkout="2020.5 .15"
227227
228228 Cookiecutter downloads the template,
229229and asks you a series of questions about project variables,
Original file line number Diff line number Diff line change 2727.. code :: console
2828
2929 $ cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python \
30- --checkout="2020.4 .15.1 "
30+ --checkout="2020.5 .15"
3131
3232
3333 Features
You can’t perform that action at this time.
0 commit comments