File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 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=2021.11.10
61+ $ cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python --checkout=2021.11.26
6262
6363
6464 Features
Original file line number Diff line number Diff line change @@ -57,9 +57,9 @@ Version policy
5757
5858The |HPC | uses `Calendar Versioning `_ with a ``YYYY.MM.DD `` versioning scheme.
5959
60- The current stable release is `2021.11.10 `_.
60+ The current stable release is `2021.11.26 `_.
6161
62- .. _2021.11.10 : https://github.com/cjolowicz/cookiecutter-hypermodern-python/releases/tag/2021.11.10
62+ .. _2021.11.26 : https://github.com/cjolowicz/cookiecutter-hypermodern-python/releases/tag/2021.11.26
6363
6464
6565.. _Installation :
@@ -222,12 +222,12 @@ Creating a project
222222
223223Create a project from this template
224224by pointing Cookiecutter to its `GitHub repository <Hypermodern Python Cookiecutter _>`__.
225- Use the ``--checkout `` option with the `current stable release <2021.11.10 _ >`__:
225+ Use the ``--checkout `` option with the `current stable release <2021.11.26 _ >`__:
226226
227227.. code :: console
228228
229229 $ cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python \
230- --checkout="2021.11.10 "
230+ --checkout="2021.11.26 "
231231
232232 Cookiecutter downloads the template,
233233and 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="2021.11.10 "
32+ --checkout="2021.11.26 "
3333
3434
3535 Features
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Generate a Python project:
3838.. code :: console
3939
4040 $ cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python \
41- --checkout="2021.11.10 "
41+ --checkout="2021.11.26 "
4242
4343 Change to the root directory of your new project,
4444and create a Git repository:
You can’t perform that action at this time.
0 commit comments