Skip to content

Commit

Permalink
chore(release): Bump version to 1.1.3
Browse files Browse the repository at this point in the history
chore(release): Bump version to 1.1.3
  • Loading branch information
amplitude-sdk-bot committed Sep 1, 2023
1 parent 964a1b6 commit 8f04846
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## 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))
Expand Down
2 changes: 1 addition & 1 deletion src/amplitude/constants.py
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 8f04846

Please sign in to comment.