We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1da8086 commit b13da66Copy full SHA for b13da66
CHANGELOG.MD
@@ -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
6
## [Version 3.9.3] - 2023-11-03
7
8
- `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
@@ -1,3 +1,3 @@
"""Version of the sentinelhub package."""
-__version__ = "3.9.3"
+__version__ = "3.9.4"
0 commit comments