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 58
58
59
59
.. code :: console
60
60
61
- $ cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python --checkout=2020.10 .15
61
+ $ cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python --checkout=2020.11 .15
62
62
63
63
64
64
Features
@@ -134,7 +134,7 @@ Generate a Python project:
134
134
.. code :: console
135
135
136
136
$ cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python \
137
- --checkout="2020.10 .15"
137
+ --checkout="2020.11 .15"
138
138
139
139
Change to the root directory of your new project,
140
140
and 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.
63
63
Releases happen on the 15th of every month.
64
64
We use `Calendar Versioning `_ with a ``YYYY.MM.DD `` versioning scheme.
65
65
66
- The current stable release is `2020.10 .15 `_.
66
+ The current stable release is `2020.11 .15 `_.
67
67
68
- .. _2020.10 .15 : https://github.com/cjolowicz/cookiecutter-hypermodern-python/releases/tag/2020.10 .15
68
+ .. _2020.11 .15 : https://github.com/cjolowicz/cookiecutter-hypermodern-python/releases/tag/2020.11 .15
69
69
70
70
71
71
.. _Installation :
@@ -220,12 +220,12 @@ Creating a project
220
220
221
221
Create a project from this template
222
222
by pointing Cookiecutter to its `GitHub repository <Hypermodern Python Cookiecutter _>`__.
223
- Use the ``--checkout `` option with the `current stable release <2020.10 .15 _>`__:
223
+ Use the ``--checkout `` option with the `current stable release <2020.11 .15 _>`__:
224
224
225
225
.. code :: console
226
226
227
227
$ cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python \
228
- --checkout="2020.10 .15"
228
+ --checkout="2020.11 .15"
229
229
230
230
Cookiecutter downloads the template,
231
231
and asks you a series of questions about project variables,
Original file line number Diff line number Diff line change 29
29
.. code :: console
30
30
31
31
$ cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python \
32
- --checkout="2020.10 .15"
32
+ --checkout="2020.11 .15"
33
33
34
34
35
35
Features
You can’t perform that action at this time.
0 commit comments