Skip to content

Commit

Permalink
Release 2024.1.18 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
arneso-ssb authored Jan 18, 2024
1 parent 5a3229d commit 8a5c60c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
[python version badge]: https://img.shields.io/pypi/pyversions/ssb-pypitemplate-instance
[ghpages badge]: https://github.com/statisticsnorway/ssb-pypitemplate/actions/workflows/docs.yml/badge.svg
[ghpages page]: https://statisticsnorway.github.io/ssb-pypitemplate/
[status badge]: https://badgen.net/badge/status/beta/d8624d
[status badge]: https://badgen.net/badge/status/stable/4bc51d

<!-- badges-end -->

Expand Down Expand Up @@ -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=2023.12.11
cruft create https://github.com/statisticsnorway/ssb-pypitemplate.git --checkout=2024.1.18
```

Cruft downloads the template, and asks you a series of questions about project variables,
Expand Down
8 changes: 4 additions & 4 deletions docs/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [2023.12.11].
The current stable release is [2024.1.18].

(installation)=

Expand Down Expand Up @@ -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][2023.12.11]:
Use the `--checkout` option with the [current stable release][2024.1.18]:

```console
cruft create https://github.com/statisticsnorway/ssb-pypitemplate.git --checkout=2023.12.11
cruft create https://github.com/statisticsnorway/ssb-pypitemplate.git --checkout=2024.1.18
```

Cruft downloads the template,
Expand Down Expand Up @@ -2570,7 +2570,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
[2023.12.11]: https://github.com/cjolowicz/cookiecutter-hypermodern-python/releases/tag/2023.12.11
[2024.1.18]: https://github.com/cjolowicz/cookiecutter-hypermodern-python/releases/tag/2024.1.18
[__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
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=2023.12.11
cruft create https://github.com/statisticsnorway/ssb-pypitemplate.git --checkout=2024.1.18
```

To check if there are there are template updates and update your instance with
Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ It is recommended to set up Python 3.9, 3.10 and 3.11 using [pyenv].
Generate a Python project:

```console
cruft create https://github.com/statisticsnorway/ssb-pypitemplate.git --checkout=2023.12.11
cruft create https://github.com/statisticsnorway/ssb-pypitemplate.git --checkout=2024.1.18
```

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

0 comments on commit 8a5c60c

Please sign in to comment.