Skip to content

Commit b13da66

Browse files
committed
increase versions
1 parent 1da8086 commit b13da66

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.MD

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [Version 3.9.4] - 2023-11-13
2+
3+
- Fixed a problem with `dataclasses_json 0.6.2` that broke BYOC functionalities
4+
- Removed AWS examples from the docs since the functionality is no longer maintained.
5+
16
## [Version 3.9.3] - 2023-11-03
27

38
- `SHConfig` now correctly initializes a default profile in the file even if the first initialization call is done with a custom profile.

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.9.3"
3+
__version__ = "3.9.4"

0 commit comments

Comments
 (0)