From 241f5269640147137599991eb08838cf6d37bd81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20S=C3=B8rli?= <81353974+arneso-ssb@users.noreply.github.com> Date: Wed, 27 Nov 2024 13:41:08 +0100 Subject: [PATCH] Release 2024.11.27 --- 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 c04b0667..e5528b36 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.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, diff --git a/docs/guide.md b/docs/guide.md index cd6e15c7..9711f371 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.11.26]. +The current stable release is [2024.11.27]. (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.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, @@ -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 diff --git a/docs/index.md b/docs/index.md index 367acd94..aec81e0a 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.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 diff --git a/docs/quickstart.md b/docs/quickstart.md index 64294ca5..3bd76631 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.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.