Skip to content

Commit 6919c0c

Browse files
authored
Release 2021.11.10 (#1062)
1 parent 261d2fd commit 6919c0c

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Usage
5858

5959
.. code:: console
6060
61-
$ cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python --checkout=2021.11.8
61+
$ cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python --checkout=2021.11.10
6262
6363
6464
Features

docs/guide.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ Version policy
6161

6262
The |HPC| uses `Calendar Versioning`_ with a ``YYYY.MM.DD`` versioning scheme.
6363

64-
The current stable release is `2021.11.8`_.
64+
The current stable release is `2021.11.10`_.
6565

66-
.. _2021.11.8: https://github.com/cjolowicz/cookiecutter-hypermodern-python/releases/tag/2021.11.8
66+
.. _2021.11.10: https://github.com/cjolowicz/cookiecutter-hypermodern-python/releases/tag/2021.11.10
6767

6868

6969
.. _Installation:
@@ -218,12 +218,12 @@ Creating a project
218218

219219
Create a project from this template
220220
by pointing Cookiecutter to its `GitHub repository <Hypermodern Python Cookiecutter_>`__.
221-
Use the ``--checkout`` option with the `current stable release <2021.11.8_>`__:
221+
Use the ``--checkout`` option with the `current stable release <2021.11.10_>`__:
222222

223223
.. code:: console
224224
225225
$ cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python \
226-
--checkout="2021.11.8"
226+
--checkout="2021.11.10"
227227
228228
Cookiecutter downloads the template,
229229
and asks you a series of questions about project variables,

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Usage
2929
.. code:: console
3030
3131
$ cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python \
32-
--checkout="2021.11.8"
32+
--checkout="2021.11.10"
3333
3434
3535
Features

docs/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.8"
41+
--checkout="2021.11.10"
4242
4343
Change to the root directory of your new project,
4444
and create a Git repository:

0 commit comments

Comments
 (0)