Skip to content

Commit 07fd4df

Browse files
authored
Release 2020.4.15.1 (#104)
1 parent 44190a9 commit 07fd4df

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
## Usage
2121

2222
```console
23-
$ cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python --checkout=2020.4.15
23+
$ cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python --checkout=2020.4.15.1
2424
```
2525

2626
## Features
@@ -106,7 +106,7 @@ It is recommended to set up Python 3.6, 3.7, and 3.8 using [pyenv].
106106
Generate a Python project:
107107

108108
```console
109-
$ cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python --checkout=2020.4.15
109+
$ cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python --checkout=2020.4.15.1
110110
```
111111

112112
Change to the root directory of your new project,

docs/guide.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ Initial releases may occur more frequently.
8888

8989
.. _`bimonthly`: https://www.merriam-webster.com/words-at-play/on-biweekly-and-bimonthly
9090

91-
The current stable release is `2020.4.15`_.
91+
The current stable release is `2020.4.15.1`_.
9292

93-
.. _`2020.4.15`: https://github.com/cjolowicz/cookiecutter-hypermodern-python/releases/tag/2020.4.15
93+
.. _`2020.4.15.1`: https://github.com/cjolowicz/cookiecutter-hypermodern-python/releases/tag/2020.4.15.1
9494

9595

9696
Installation
@@ -229,12 +229,12 @@ Creating a project
229229

230230
Create a project from this template
231231
by pointing Cookiecutter to its `GitHub repository <Hypermodern Python Cookiecutter_>`__.
232-
Use the ``--checkout`` option with the `current stable release <2020.4.15_>`__:
232+
Use the ``--checkout`` option with the `current stable release <2020.4.15.1_>`__:
233233

234234
.. code:: console
235235
236236
$ cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python \
237-
--checkout="2020.4.15"
237+
--checkout="2020.4.15.1"
238238
239239
Cookiecutter downloads the template,
240240
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="2020.4.15"
32+
--checkout="2020.4.15.1"
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="2020.4.15"
41+
--checkout="2020.4.15.1"
4242
4343
Change to the root directory of your new project,
4444
and create a Git repository:

0 commit comments

Comments
 (0)