Skip to content

Commit 5cf6200

Browse files
authored
Release 2021.4.15 (#877)
* Release 2021.4.15 * Fix release automation by ignoring links to release tags
1 parent dff7a63 commit 5cf6200

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-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.3.14
61+
$ cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python --checkout=2021.4.15
6262
6363
6464
Features

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@
3030
"https://github.com/pycqa/pep8-naming#",
3131
"https://github.com/terrencepreilly/darglint#",
3232
"https://github.com/PyCQA/mccabe#",
33+
"https://github.com/cjolowicz/cookiecutter-hypermodern-python/releases/tag/",
3334
]

docs/guide.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ The |HPC| has a monthly release cadence while in alpha status.
6363
Releases happen on the 15th of every month.
6464
We use `Calendar Versioning`_ with a ``YYYY.MM.DD`` versioning scheme.
6565

66-
The current stable release is `2021.3.14`_.
66+
The current stable release is `2021.4.15`_.
6767

68-
.. _2021.3.14: https://github.com/cjolowicz/cookiecutter-hypermodern-python/releases/tag/2021.3.14
68+
.. _2021.4.15: https://github.com/cjolowicz/cookiecutter-hypermodern-python/releases/tag/2021.4.15
6969

7070

7171
.. _Installation:
@@ -220,12 +220,12 @@ Creating a project
220220

221221
Create a project from this template
222222
by pointing Cookiecutter to its `GitHub repository <Hypermodern Python Cookiecutter_>`__.
223-
Use the ``--checkout`` option with the `current stable release <2021.3.14_>`__:
223+
Use the ``--checkout`` option with the `current stable release <2021.4.15_>`__:
224224

225225
.. code:: console
226226
227227
$ cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python \
228-
--checkout="2021.3.14"
228+
--checkout="2021.4.15"
229229
230230
Cookiecutter downloads the template,
231231
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.3.14"
32+
--checkout="2021.4.15"
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.3.14"
41+
--checkout="2021.4.15"
4242
4343
Change to the root directory of your new project,
4444
and create a Git repository:

0 commit comments

Comments
 (0)