Skip to content

Commit

Permalink
Release 2024.8.8 (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
arneso-ssb authored Aug 8, 2024
1 parent 23a69d8 commit 70e4bd3
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 @@ -62,7 +62,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=2024.4.9
cruft create https://github.com/statisticsnorway/ssb-pypitemplate.git --checkout=2024.8.8
```

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 {{ SPT }} uses [Calendar Versioning] with a `YYYY.MM.DD` versioning scheme.

The current stable release is [2024.4.9].
The current stable release is [2024.8.8].

(installation)=

Expand Down Expand Up @@ -212,10 +212,10 @@ pipx upgrade poetry

Create a project from this template
by pointing Cruft to its [GitHub repository][ssb pypi template].
Use the `--checkout` option with the [current stable release][2024.4.9]:
Use the `--checkout` option with the [current stable release][2024.8.8]:

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

Cruft downloads the template,
Expand Down Expand Up @@ -2580,7 +2580,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
[2024.4.9]: https://github.com/cjolowicz/cookiecutter-hypermodern-python/releases/tag/2024.4.9
[2024.8.8]: https://github.com/cjolowicz/cookiecutter-hypermodern-python/releases/tag/2024.8.8
[__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=2024.4.9
cruft create https://github.com/statisticsnorway/ssb-pypitemplate.git --checkout=2024.8.8
```

To check if there are there are template updates and update your instance with
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.10, 3.11 and 3.12 using [pyenv].
Generate a Python project:

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

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

0 comments on commit 70e4bd3

Please sign in to comment.