Skip to content

Commit 8f04846

Browse files
chore(release): Bump version to 1.1.3
chore(release): Bump version to 1.1.3
1 parent 964a1b6 commit 8f04846

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
<!--next-version-placeholder-->
44

5+
## v1.1.3 (2023-09-01)
6+
### Fix
7+
* Set group should set user property ([#51](https://github.com/amplitude/Amplitude-Python/issues/51)) ([`964a1b6`](https://github.com/amplitude/Amplitude-Python/commit/964a1b6693a98f4343e9b4c9f94f89a1b747335c))
8+
59
## v1.1.2 (2023-08-04)
610
### Fix
711
* Mutable defaults in init ([#48](https://github.com/amplitude/Amplitude-Python/issues/48)) ([`958e394`](https://github.com/amplitude/Amplitude-Python/commit/958e394242e1b0bd9b988a782e611254e496d6e6))

src/amplitude/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from enum import Enum
22

33
SDK_LIBRARY = "amplitude-python"
4-
SDK_VERSION = "1.1.2"
4+
SDK_VERSION = "1.1.3"
55

66
EU_ZONE = "EU"
77
DEFAULT_ZONE = "US"

0 commit comments

Comments
 (0)