Skip to content

Commit

Permalink
Release 2020.4.15 (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjolowicz authored Apr 15, 2020
1 parent b8a7750 commit 7a6552d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
## Usage

```console
$ cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python --checkout=2020.3.27
$ cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python --checkout=2020.4.15
```

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

```console
$ cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python --checkout=2020.3.27
$ cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python --checkout=2020.4.15
```

Change to the root directory of your new project,
Expand Down
8 changes: 4 additions & 4 deletions docs/guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ Initial releases may occur more frequently.

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

The current stable release is `2020.3.27`_.
The current stable release is `2020.4.15`_.

.. _`2020.3.27`: https://github.com/cjolowicz/cookiecutter-hypermodern-python/releases/tag/2020.3.27
.. _`2020.4.15`: https://github.com/cjolowicz/cookiecutter-hypermodern-python/releases/tag/2020.4.15


Installation
Expand Down Expand Up @@ -229,12 +229,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 <2020.3.27_>`__:
Use the ``--checkout`` option with the `current stable release <2020.4.15_>`__:

.. code:: console
$ cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python \
--checkout="2020.3.27"
--checkout="2020.4.15"
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="2020.3.27"
--checkout="2020.4.15"
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="2020.3.27"
--checkout="2020.4.15"
Change to the root directory of your new project,
and create a Git repository:
Expand Down

0 comments on commit 7a6552d

Please sign in to comment.