@@ -61,7 +61,7 @@ Here is a detailed list of features for this Python template:
61
61
62
62
The {{ SPT }} uses [ Calendar Versioning] with a ` YYYY.MM.DD ` versioning scheme.
63
63
64
- The current stable release is [ 2025.1.14 ] .
64
+ The current stable release is [ 2025.2.19 ] .
65
65
66
66
(installation)=
67
67
@@ -213,10 +213,10 @@ pipx upgrade poetry
213
213
214
214
Create a project from this template
215
215
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 ] :
217
217
218
218
``` 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
220
220
```
221
221
222
222
Cruft downloads the template,
@@ -2576,7 +2576,7 @@ You can also read the articles on [this blog][hypermodern python blog].
2576
2576
[.github/dependabot.yml] : https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
2577
2577
[.gitignore] : https://git-scm.com/book/en/v2/Git-Basics-Recording-Changes-to-the-Repository#_ignoring
2578
2578
[.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
2580
2580
[__main__] : https://docs.python.org/3/library/__main__.html
2581
2581
[abstract syntax tree] : https://docs.python.org/3/library/ast.html
2582
2582
[actions/cache] : https://github.com/actions/cache
0 commit comments