Skip to content

Commit

Permalink
Prepare for release of 3.11.1 (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
zigaLuksic authored Sep 27, 2024
1 parent f26fa55 commit 8d5280d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
## [Version 3.11.1] - 2024-27-09

- Remove `numpy<2` restriction.


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

- Support for Batch Process API Version 2.


## [Version 3.10.3] - 2024-13-08

- Monitoring a batch job now concludes if the batch job is cancelled.
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies = [
"aenum>=2.1.4",
"click",
"dataclasses-json",
"numpy<2",
"numpy",
"oauthlib",
"pillow>=9.2.0",
"pyproj>=2.2.0",
Expand All @@ -67,7 +67,6 @@ docs = [
"sphinx_rtd_theme==1.3.0",
]
dev = [
"basemap",
"boto3-stubs>=1.20.0",
"build",
"click>=8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion sentinelhub/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Version of the sentinelhub package."""

__version__ = "3.11.0"
__version__ = "3.11.1"

0 comments on commit 8d5280d

Please sign in to comment.