From 8ab1417f0d793e3dec344c3b4a90192e4f977230 Mon Sep 17 00:00:00 2001 From: Daniel <d.hornung@indiscale.com> Date: Tue, 26 Nov 2024 13:30:41 +0100 Subject: [PATCH] DOC: CHANGELOG --- .gitlab-ci.yml | 1 + CHANGELOG.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aeb28eca..d2c7f75b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -123,6 +123,7 @@ linting: - make lint allow_failure: true +# The Python version provided by the OS. unittest_py311: tags: [docker] stage: unittest diff --git a/CHANGELOG.md b/CHANGELOG.md index 18647b88..d156dced 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,8 +18,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `export_related.export` exports to `linkahead_data.xml` now. - Renamed (and added) installation "extra" options: - `h5` instead of `h5-crawler` - - `doc`, `test` and `all` are new, they install the dependencies for testing, documentation and - everything. + - `dev`, `doc`, `test` and `all` are new, they install the dependencies for developing, testing, + documentation and everything. ### Deprecated ### -- GitLab