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 2024.11.27 #78

Merged
merged 1 commit into from
Nov 27, 2024
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.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.11.26
cruft create https://github.com/statisticsnorway/ssb-pypitemplate.git --checkout=2024.11.27
```

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.11.26].
The current stable release is [2024.11.27].

(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.11.26]:
Use the `--checkout` option with the [current stable release][2024.11.27]:

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

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

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.11.26
cruft create https://github.com/statisticsnorway/ssb-pypitemplate.git --checkout=2024.11.27
```

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