diff --git a/README.rst b/README.rst index e75085746..551e41022 100644 --- a/README.rst +++ b/README.rst @@ -58,7 +58,7 @@ Usage .. code:: console - $ cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python --checkout=2021.11.10 + $ cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python --checkout=2021.11.26 Features diff --git a/docs/guide.rst b/docs/guide.rst index 36e4ba5f9..11b6c6114 100644 --- a/docs/guide.rst +++ b/docs/guide.rst @@ -57,9 +57,9 @@ Version policy The |HPC| uses `Calendar Versioning`_ with a ``YYYY.MM.DD`` versioning scheme. -The current stable release is `2021.11.10`_. +The current stable release is `2021.11.26`_. -.. _2021.11.10: https://github.com/cjolowicz/cookiecutter-hypermodern-python/releases/tag/2021.11.10 +.. _2021.11.26: https://github.com/cjolowicz/cookiecutter-hypermodern-python/releases/tag/2021.11.26 .. _Installation: @@ -222,12 +222,12 @@ Creating a project Create a project from this template by pointing Cookiecutter to its `GitHub repository `__. -Use the ``--checkout`` option with the `current stable release <2021.11.10_>`__: +Use the ``--checkout`` option with the `current stable release <2021.11.26_>`__: .. code:: console $ cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python \ - --checkout="2021.11.10" + --checkout="2021.11.26" Cookiecutter downloads the template, and asks you a series of questions about project variables, diff --git a/docs/index.rst b/docs/index.rst index a3c7deeb2..04031005f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -29,7 +29,7 @@ Usage .. code:: console $ cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python \ - --checkout="2021.11.10" + --checkout="2021.11.26" Features diff --git a/docs/quickstart.rst b/docs/quickstart.rst index c67328397..9ee0f286c 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -38,7 +38,7 @@ Generate a Python project: .. code:: console $ cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python \ - --checkout="2021.11.10" + --checkout="2021.11.26" Change to the root directory of your new project, and create a Git repository: