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.2 (2023-08-04)
6+ ### Fix
7+ * Mutable defaults in init ([ #48 ] ( https://github.com/amplitude/Amplitude-Python/issues/48 ) ) ([ ` 958e394 ` ] ( https://github.com/amplitude/Amplitude-Python/commit/958e394242e1b0bd9b988a782e611254e496d6e6 ) )
8+
59## v1.1.1 (2023-01-11)
610### Fix
711* Try fix script cleanup ([ #43 ] ( https://github.com/amplitude/Amplitude-Python/issues/43 ) ) ([ ` 8c2f0b7 ` ] ( https://github.com/amplitude/Amplitude-Python/commit/8c2f0b7c1b3f9bdf321b8ca0c1ac6ed5f62e5865 ) )
Original file line number Diff line number Diff line change 11from enum import Enum
22
33SDK_LIBRARY = "amplitude-python"
4- SDK_VERSION = "1.1.1 "
4+ SDK_VERSION = "1.1.2 "
55
66EU_ZONE = "EU"
77DEFAULT_ZONE = "US"
You can’t perform that action at this time.
0 commit comments