From 364d8a1371f3eefd7228f0189126db6ba96e76ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20S=C3=B8rli?= <81353974+arneso-ssb@users.noreply.github.com> Date: Tue, 26 Nov 2024 11:16:14 +0100 Subject: [PATCH] Release 2024.11.26 (#76) --- README.md | 2 +- docs/guide.md | 8 ++++---- docs/index.md | 2 +- docs/quickstart.md | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 59b05627b..c04b0667a 100644 --- a/README.md +++ b/README.md @@ -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.9.10 +cruft create https://github.com/statisticsnorway/ssb-pypitemplate.git --checkout=2024.11.26 ``` Cruft downloads the template, and asks you a series of questions about project variables, diff --git a/docs/guide.md b/docs/guide.md index 5b7813b4d..cd6e15c7a 100644 --- a/docs/guide.md +++ b/docs/guide.md @@ -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.9.10]. +The current stable release is [2024.11.26]. (installation)= @@ -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.9.10]: +Use the `--checkout` option with the [current stable release][2024.11.26]: ```console -cruft create https://github.com/statisticsnorway/ssb-pypitemplate.git --checkout=2024.9.10 +cruft create https://github.com/statisticsnorway/ssb-pypitemplate.git --checkout=2024.11.26 ``` Cruft downloads the template, @@ -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.9.10]: https://github.com/cjolowicz/cookiecutter-hypermodern-python/releases/tag/2024.9.10 +[2024.11.26]: https://github.com/cjolowicz/cookiecutter-hypermodern-python/releases/tag/2024.11.26 [__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 diff --git a/docs/index.md b/docs/index.md index e6334e970..367acd942 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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.9.10 +cruft create https://github.com/statisticsnorway/ssb-pypitemplate.git --checkout=2024.11.26 ``` To check if there are there are template updates and update your instance with diff --git a/docs/quickstart.md b/docs/quickstart.md index 1af5c0ddb..64294ca53 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -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.9.10 +cruft create https://github.com/statisticsnorway/ssb-pypitemplate.git --checkout=2024.11.26 ``` Cruft downloads the template and asks you a series of questions about project variables.