Skip to content

Commit

Permalink
Release 2021.11.26 (#1082)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjolowicz authored Nov 26, 2021
1 parent 3287151 commit 1e4c74c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions docs/guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -222,12 +222,12 @@ Creating a project

Create a project from this template
by pointing Cookiecutter to its `GitHub repository <Hypermodern Python Cookiecutter_>`__.
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,
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Usage
.. code:: console
$ cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python \
--checkout="2021.11.10"
--checkout="2021.11.26"
Features
Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1e4c74c

Please sign in to comment.