From 66884cffa5aa67ed505bb121009501b51cc4d847 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20S=C3=B8rli?= <81353974+arneso-ssb@users.noreply.github.com> Date: Tue, 14 Jan 2025 12:29:55 +0100 Subject: [PATCH] Release 2025.1.14 (#84) --- 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 f9db4ecb..27fff0e8 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=2025.1.13 +cruft create https://github.com/statisticsnorway/ssb-pypitemplate.git --checkout=2025.1.14 ``` 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 38067c01..53ea0d75 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 [2025.1.13]. +The current stable release is [2025.1.14]. (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][2025.1.13]: +Use the `--checkout` option with the [current stable release][2025.1.14]: ```console -cruft create https://github.com/statisticsnorway/ssb-pypitemplate.git --checkout=2025.1.13 +cruft create https://github.com/statisticsnorway/ssb-pypitemplate.git --checkout=2025.1.14 ``` 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 -[2025.1.13]: https://github.com/cjolowicz/cookiecutter-hypermodern-python/releases/tag/2025.1.13 +[2025.1.14]: https://github.com/cjolowicz/cookiecutter-hypermodern-python/releases/tag/2025.1.14 [__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 b9d09893..32087ca5 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=2025.1.13 +cruft create https://github.com/statisticsnorway/ssb-pypitemplate.git --checkout=2025.1.14 ``` 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 69caacd3..ab4d10b1 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -38,7 +38,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=2025.1.13 +cruft create https://github.com/statisticsnorway/ssb-pypitemplate.git --checkout=2025.1.14 ``` Cruft downloads the template and asks you a series of questions about project variables.