Skip to content

Commit d19abe3

Browse files
authored
Merge pull request #742 from ScilifelabDataCentre/new-version-2.10.0
New version 2.10.0 and changelog
2 parents aa04052 + a340551 commit d19abe3

8 files changed

Lines changed: 220 additions & 206 deletions

File tree

CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Changelog
22
==========
33

4+
.. _2.10.0:
5+
6+
2.10.0 - 2025-04-08
7+
~~~~~~~~~~~~~~~~~~~
8+
9+
- 🚀 Features
10+
- Inform users that data deletion with `dds data rm --rm-all` is queued; DDS handles deletion in background
11+
- Other Changes
12+
- Fix CLI docs action
13+
414
.. _2.9.0:
515

616
2.9.0 - 2024-12-18

SPRINTLOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,10 @@ _Empty sprint_
408408

409409
- Remove executable for Ubuntu 20.04 and add one for Ubuntu 22.04 ([#733](https://github.com/ScilifelabDataCentre/dds_cli/pull/733)).
410410

411-
# 2025-03-17 – 2025-02-28
411+
# 2025-03-17 – 2025-03-28
412412

413413
- Inform users that data deletion has started when `dds data rm` is run ([#738](https://github.com/ScilifelabDataCentre/dds_cli/pull/738)).
414+
415+
# 2025-03-31 - 2025-04-11
416+
417+
- New version: 2.10.0 ([#742](https://github.com/ScilifelabDataCentre/dds_cli/pull/742))

dds_cli/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
# Do not change bump the major version unless absolutely necessary - makes incompatible with API
44
# If mid or minor version reaches 9, continue to 10, 11 etc.
5-
__version__ = "2.9.0"
5+
__version__ = "2.10.0"

img/dds-help-1.svg

Lines changed: 87 additions & 87 deletions
Loading

img/dds-help-2.svg

Lines changed: 87 additions & 87 deletions
Loading

img/dds-version.svg

Lines changed: 12 additions & 12 deletions
Loading

img/python-version.svg

Lines changed: 9 additions & 9 deletions
Loading

img/python3-version.svg

Lines changed: 9 additions & 9 deletions
Loading

0 commit comments

Comments
 (0)