Skip to content

Commit c40ec8b

Browse files
authored
Release 2020.5.15 (#101)
1 parent e909aba commit c40ec8b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Usage
5454

5555
.. code:: console
5656
57-
$ cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python --checkout=2020.4.15.1
57+
$ cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python --checkout=2020.5.15
5858
5959
6060
Features
@@ -127,7 +127,7 @@ Generate a Python project:
127127
.. code:: console
128128
129129
$ cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python \
130-
--checkout="2020.4.15.1"
130+
--checkout="2020.5.15"
131131
132132
Change to the root directory of your new project,
133133
and create a Git repository:

docs/guide.rst

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

6767
.. _bimonthly: https://www.merriam-webster.com/words-at-play/on-biweekly-and-bimonthly
6868

69-
The current stable release is `2020.4.15.1`_.
69+
The current stable release is `2020.5.15`_.
7070

71-
.. _2020.4.15.1: https://github.com/cjolowicz/cookiecutter-hypermodern-python/releases/tag/2020.4.15.1
71+
.. _2020.5.15: https://github.com/cjolowicz/cookiecutter-hypermodern-python/releases/tag/2020.5.15
7272

7373

7474
.. _Installation:
@@ -218,12 +218,12 @@ Creating a project
218218

219219
Create a project from this template
220220
by pointing Cookiecutter to its `GitHub repository <Hypermodern Python Cookiecutter_>`__.
221-
Use the ``--checkout`` option with the `current stable release <2020.4.15.1_>`__:
221+
Use the ``--checkout`` option with the `current stable release <2020.5.15_>`__:
222222

223223
.. code:: console
224224
225225
$ cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python \
226-
--checkout="2020.4.15.1"
226+
--checkout="2020.5.15"
227227
228228
Cookiecutter downloads the template,
229229
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
@@ -27,7 +27,7 @@ Usage
2727
.. code:: console
2828
2929
$ cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python \
30-
--checkout="2020.4.15.1"
30+
--checkout="2020.5.15"
3131
3232
3333
Features

0 commit comments

Comments
 (0)