File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 22
33<!-- next-version-placeholder-->
44
5+ ## v1.1.1 (2023-01-11)
6+ ### Fix
7+ * Try fix script cleanup ([ #43 ] ( https://github.com/amplitude/Amplitude-Python/issues/43 ) ) ([ ` 8c2f0b7 ` ] ( https://github.com/amplitude/Amplitude-Python/commit/8c2f0b7c1b3f9bdf321b8ca0c1ac6ed5f62e5865 ) )
8+
59## v1.1.0 (2022-09-08)
610### Feature
711* Add ingestion_metadata field ([ #36 ] ( https://github.com/amplitude/Amplitude-Python/issues/36 ) ) ([ ` a74a943 ` ] ( https://github.com/amplitude/Amplitude-Python/commit/a74a943caab46e51a63c2933ce680aa9a345e7d9 ) )
Original file line number Diff line number Diff line change 11from enum import Enum
22
33SDK_LIBRARY = "amplitude-python"
4- SDK_VERSION = "1.1.0 "
4+ SDK_VERSION = "1.1.1 "
55
66EU_ZONE = "EU"
77DEFAULT_ZONE = "US"
You can’t perform that action at this time.
0 commit comments