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 5858
5959.. code :: console
6060
61- $ cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python --checkout=2020.8 .15
61+ $ cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python --checkout=2020.9 .15
6262
6363
6464 Features
@@ -131,7 +131,7 @@ Generate a Python project:
131131.. code :: console
132132
133133 $ cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python \
134- --checkout="2020.8 .15"
134+ --checkout="2020.9 .15"
135135
136136 Change to the root directory of your new project,
137137and create a Git repository:
Original file line number Diff line number Diff line change @@ -63,9 +63,9 @@ The |HPC| has a monthly release cadence while in alpha status.
6363Releases happen on the 15th of every month.
6464We use `Calendar Versioning `_ with a ``YYYY.MM.DD `` versioning scheme.
6565
66- The current stable release is `2020.8 .15 `_.
66+ The current stable release is `2020.9 .15 `_.
6767
68- .. _2020.8 .15 : https://github.com/cjolowicz/cookiecutter-hypermodern-python/releases/tag/2020.8 .15
68+ .. _2020.9 .15 : https://github.com/cjolowicz/cookiecutter-hypermodern-python/releases/tag/2020.9 .15
6969
7070
7171.. _Installation :
@@ -215,12 +215,12 @@ Creating a project
215215
216216Create a project from this template
217217by pointing Cookiecutter to its `GitHub repository <Hypermodern Python Cookiecutter _>`__.
218- Use the ``--checkout `` option with the `current stable release <2020.8 .15 _>`__:
218+ Use the ``--checkout `` option with the `current stable release <2020.9 .15 _>`__:
219219
220220.. code :: console
221221
222222 $ cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python \
223- --checkout="2020.8 .15"
223+ --checkout="2020.9 .15"
224224
225225 Cookiecutter downloads the template,
226226and asks you a series of questions about project variables,
Original file line number Diff line number Diff line change 2929.. code :: console
3030
3131 $ cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python \
32- --checkout="2020.8 .15"
32+ --checkout="2020.9 .15"
3333
3434
3535 Features
You can’t perform that action at this time.
0 commit comments