Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2021.7.15 #982

Merged
merged 1 commit into from
Jul 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.6.16
$ cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python --checkout=2021.7.15


Features
Expand Down
8 changes: 4 additions & 4 deletions docs/guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ The |HPC| has a monthly release cadence while in alpha status.
Releases happen on the 15th of every month.
We use `Calendar Versioning`_ with a ``YYYY.MM.DD`` versioning scheme.

The current stable release is `2021.6.16`_.
The current stable release is `2021.7.15`_.

.. _2021.6.16: https://github.com/cjolowicz/cookiecutter-hypermodern-python/releases/tag/2021.6.16
.. _2021.7.15: https://github.com/cjolowicz/cookiecutter-hypermodern-python/releases/tag/2021.7.15


.. _Installation:
Expand Down Expand Up @@ -220,12 +220,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.6.16_>`__:
Use the ``--checkout`` option with the `current stable release <2021.7.15_>`__:

.. code:: console

$ cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python \
--checkout="2021.6.16"
--checkout="2021.7.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="2021.6.16"
--checkout="2021.7.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="2021.6.16"
--checkout="2021.7.15"

Change to the root directory of your new project,
and create a Git repository:
Expand Down