Skip to content

Commit

Permalink
Release 2023.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
arneso-ssb committed Sep 5, 2023
1 parent b509e1f commit 8f0f6af
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ in [Statistics Norway].
Use [Cruft] to create and update an instance of this template.

```console
cruft create https://github.com/statisticsnorway/ssb-pypitemplate.git --checkout=2023.2.24
cruft create https://github.com/statisticsnorway/ssb-pypitemplate.git --checkout=2023.9.5
```

Cruft downloads the template, and asks you a series of questions about project variables,
Expand Down
8 changes: 4 additions & 4 deletions docs/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Here is a detailed list of features for this Python template:

The {{ HPC }} uses [Calendar Versioning] with a `YYYY.MM.DD` versioning scheme.

The current stable release is [2023.2.24].
The current stable release is [2023.9.5].

(installation)=

Expand Down Expand Up @@ -214,10 +214,10 @@ $ poetry self update

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][2023.2.24]:
Use the `--checkout` option with the [current stable release][2023.9.5]:

```console
$ cruft create https://github.com/statisticsnorway/ssb-pypitemplate.git --checkout=2023.2.24
$ cruft create https://github.com/statisticsnorway/ssb-pypitemplate.git --checkout=2023.9.5
```

Cruft downloads the template,
Expand Down Expand Up @@ -2586,7 +2586,7 @@ You can also read the articles on [this blog][hypermodern python blog].
[.github/dependabot.yml]: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
[.gitignore]: https://git-scm.com/book/en/v2/Git-Basics-Recording-Changes-to-the-Repository#_ignoring
[.readthedocs.yml]: https://docs.readthedocs.io/en/stable/config-file/v2.html
[2023.2.24]: https://github.com/cjolowicz/cookiecutter-hypermodern-python/releases/tag/2023.2.24
[2023.9.5]: https://github.com/cjolowicz/cookiecutter-hypermodern-python/releases/tag/2023.9.5
[__main__]: https://docs.python.org/3/library/__main__.html
[abstract syntax tree]: https://docs.python.org/3/library/ast.html
[actions/cache]: https://github.com/actions/cache
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ and adopted for use in [Statistics Norway].
Use [Cruft](https://cruft.github.io/cruft/) to create and update an instance of this template.

```console
cruft create https://github.com/statisticsnorway/ssb-pypitemplate.git --checkout=2023.2.24
cruft create https://github.com/statisticsnorway/ssb-pypitemplate.git --checkout=2023.9.5

# To check if there are there are template updates and update your instance with
# the new updates, run the following commands from the root directory:
Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ It is recommended to set up Python 3.9, 3.10 and 3.11 using [pyenv].
Generate a Python project:

```console
cruft create https://github.com/statisticsnorway/ssb-pypitemplate.git --checkout=2023.2.24
cruft create https://github.com/statisticsnorway/ssb-pypitemplate.git --checkout=2023.9.5
```

Cruft downloads the template and asks you a series of questions about project variables.
Expand Down

0 comments on commit 8f0f6af

Please sign in to comment.