Skip to content

Commit cdd082d

Browse files
authored
Merge pull request #571 from sentinel-hub/develop
Release 3.11.3
2 parents e4e8df6 + 0d94a35 commit cdd082d

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

CHANGELOG.MD

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
1+
## [Version 3.11.3] - 2025-10-07
2+
3+
- Fixed camel case instead of snake case for SH propagation in Batch V2
4+
15
## [Version 3.11.2] - 2025-09-17
26

3-
- Remove support for Batch Process API Version 1
4-
- Remove FIS use case
5-
- Enable support for config folder XDG_CONFIG_HOME location
6-
- Fix bug in BaseUtmSplitter
7-
- Fix failing tests in development
7+
- Removed support for Batch Process API Version 1
8+
- Removed FIS use case
9+
- Enabled support for config folder XDG_CONFIG_HOME location
10+
- Fixed bug in BaseUtmSplitter
11+
- Fixd failing tests in development
812

913
## [Version 3.11.1] - 2024-09-27
1014

11-
- Remove `numpy<2` restriction.
15+
- Removed `numpy<2` restriction.
1216

1317

1418
## [Version 3.11.0] - 2024-09-17

sentinelhub/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version of the sentinelhub package."""
22

3-
__version__ = "3.11.2"
3+
__version__ = "3.11.3"

0 commit comments

Comments
 (0)