From 8f048464e244132dc7c62314a2c5943d6d488617 Mon Sep 17 00:00:00 2001 From: amplitude-sdk-bot Date: Fri, 1 Sep 2023 21:13:15 +0000 Subject: [PATCH] chore(release): Bump version to 1.1.3 chore(release): Bump version to 1.1.3 --- CHANGELOG.md | 4 ++++ src/amplitude/constants.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8f6be2..1b823f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v1.1.3 (2023-09-01) +### Fix +* Set group should set user property ([#51](https://github.com/amplitude/Amplitude-Python/issues/51)) ([`964a1b6`](https://github.com/amplitude/Amplitude-Python/commit/964a1b6693a98f4343e9b4c9f94f89a1b747335c)) + ## v1.1.2 (2023-08-04) ### Fix * Mutable defaults in init ([#48](https://github.com/amplitude/Amplitude-Python/issues/48)) ([`958e394`](https://github.com/amplitude/Amplitude-Python/commit/958e394242e1b0bd9b988a782e611254e496d6e6)) diff --git a/src/amplitude/constants.py b/src/amplitude/constants.py index cdd7bb5..d939d6e 100644 --- a/src/amplitude/constants.py +++ b/src/amplitude/constants.py @@ -1,7 +1,7 @@ from enum import Enum SDK_LIBRARY = "amplitude-python" -SDK_VERSION = "1.1.2" +SDK_VERSION = "1.1.3" EU_ZONE = "EU" DEFAULT_ZONE = "US"