Skip to content

Commit e030242

Browse files
build: bump version (#1946)
1 parent df263c2 commit e030242

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGES.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,31 @@ Release history
33
===============
44

55

6+
v4.0.0a5 (2025-12-04)
7+
=====================
8+
9+
Chores
10+
------
11+
12+
* Ensure locations dir exists during init (`#1958`_, `df263c2`_)
13+
14+
Performance Improvements
15+
------------------------
16+
17+
* Download products and assets in parallel (`#1890`_, `b0b3799`_)
18+
19+
Refactoring
20+
-----------
21+
22+
* Boto3 ServiceResource type check (`#1949`_, `90fafbe`_)
23+
24+
.. _#1890: https://github.com/CS-SI/eodag/pull/1890
25+
.. _#1949: https://github.com/CS-SI/eodag/pull/1949
26+
.. _#1958: https://github.com/CS-SI/eodag/pull/1958
27+
.. _90fafbe: https://github.com/CS-SI/eodag/commit/90fafbe3501569ab394b14b6df14ff69f38c35f8
28+
.. _b0b3799: https://github.com/CS-SI/eodag/commit/b0b37992c9d49d7e5743f2a638f84f47f1de440e
29+
.. _df263c2: https://github.com/CS-SI/eodag/commit/df263c28042cc0aa4cdfeb88c24004aea9955cd5
30+
631
v4.0.0a4 (2025-11-28)
732
=====================
833

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.setuptools_scm]
6-
fallback_version = "4.0.0a5.dev0"
6+
fallback_version = "4.0.1.dev0"
77

88
[tool.coverage.report]
99
exclude_lines = [

0 commit comments

Comments
 (0)