Skip to content

Commit 0d33fca

Browse files
authoredFeb 19, 2025
Release 2025.2.19 (#89)
1 parent e49e945 commit 0d33fca

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ in [Statistics Norway].
6262
Use [Cruft] to create and update an instance of this template.
6363

6464
```console
65-
cruft create https://github.com/statisticsnorway/ssb-pypitemplate.git --checkout=2025.1.14
65+
cruft create https://github.com/statisticsnorway/ssb-pypitemplate.git --checkout=2025.2.19
6666
```
6767

6868
Cruft downloads the template, and asks you a series of questions about project variables,

‎docs/guide.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Here is a detailed list of features for this Python template:
6161

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

64-
The current stable release is [2025.1.14].
64+
The current stable release is [2025.2.19].
6565

6666
(installation)=
6767

@@ -213,10 +213,10 @@ pipx upgrade poetry
213213

214214
Create a project from this template
215215
by pointing Cruft to its [GitHub repository][ssb pypi template].
216-
Use the `--checkout` option with the [current stable release][2025.1.14]:
216+
Use the `--checkout` option with the [current stable release][2025.2.19]:
217217

218218
```console
219-
cruft create https://github.com/statisticsnorway/ssb-pypitemplate.git --checkout=2025.1.14
219+
cruft create https://github.com/statisticsnorway/ssb-pypitemplate.git --checkout=2025.2.19
220220
```
221221

222222
Cruft downloads the template,
@@ -2576,7 +2576,7 @@ You can also read the articles on [this blog][hypermodern python blog].
25762576
[.github/dependabot.yml]: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
25772577
[.gitignore]: https://git-scm.com/book/en/v2/Git-Basics-Recording-Changes-to-the-Repository#_ignoring
25782578
[.readthedocs.yml]: https://docs.readthedocs.io/en/stable/config-file/v2.html
2579-
[2025.1.14]: https://github.com/cjolowicz/cookiecutter-hypermodern-python/releases/tag/2025.1.14
2579+
[2025.2.19]: https://github.com/cjolowicz/cookiecutter-hypermodern-python/releases/tag/2025.2.19
25802580
[__main__]: https://docs.python.org/3/library/__main__.html
25812581
[abstract syntax tree]: https://docs.python.org/3/library/ast.html
25822582
[actions/cache]: https://github.com/actions/cache

‎docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ and adopted for use in [Statistics Norway].
3131
Use [Cruft](https://cruft.github.io/cruft/) to create and update an instance of this template.
3232

3333
```console
34-
cruft create https://github.com/statisticsnorway/ssb-pypitemplate.git --checkout=2025.1.14
34+
cruft create https://github.com/statisticsnorway/ssb-pypitemplate.git --checkout=2025.2.19
3535
```
3636

3737
To check if there are there are template updates and update your instance with

‎docs/quickstart.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ It is recommended to set up Python 3.11, 3.12 and 3.13 using [pyenv].
3838
Generate a Python project:
3939

4040
```console
41-
cruft create https://github.com/statisticsnorway/ssb-pypitemplate.git --checkout=2025.1.14
41+
cruft create https://github.com/statisticsnorway/ssb-pypitemplate.git --checkout=2025.2.19
4242
```
4343

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

0 commit comments

Comments
 (0)