diff --git a/README.rst b/README.rst index b300be6a1..87fecea95 100644 --- a/README.rst +++ b/README.rst @@ -58,7 +58,7 @@ Usage .. code:: console - $ cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python --checkout=2021.1.29 + $ cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python --checkout=2021.3.14 Features diff --git a/docs/guide.rst b/docs/guide.rst index fdd2d5d35..6883cd204 100644 --- a/docs/guide.rst +++ b/docs/guide.rst @@ -63,9 +63,9 @@ The |HPC| has a monthly release cadence while in alpha status. Releases happen on the 15th of every month. We use `Calendar Versioning`_ with a ``YYYY.MM.DD`` versioning scheme. -The current stable release is `2021.1.29`_. +The current stable release is `2021.3.14`_. -.. _2021.1.29: https://github.com/cjolowicz/cookiecutter-hypermodern-python/releases/tag/2021.1.29 +.. _2021.3.14: https://github.com/cjolowicz/cookiecutter-hypermodern-python/releases/tag/2021.3.14 .. _Installation: @@ -220,12 +220,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.1.29_>`__: +Use the ``--checkout`` option with the `current stable release <2021.3.14_>`__: .. code:: console $ cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python \ - --checkout="2021.1.29" + --checkout="2021.3.14" 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 febff107e..62fb1f458 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -29,7 +29,7 @@ Usage .. code:: console $ cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python \ - --checkout="2021.1.29" + --checkout="2021.3.14" Features diff --git a/docs/quickstart.rst b/docs/quickstart.rst index a7022a5cc..747b4724b 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.1.29" + --checkout="2021.3.14" Change to the root directory of your new project, and create a Git repository: