From 70fcdae8ff01d1889437dfb1f29473c78b19a102 Mon Sep 17 00:00:00 2001 From: amplitude-sdk-bot Date: Fri, 3 Jun 2022 16:53:16 +0000 Subject: [PATCH] chore(release): Bump version to 0.4.0 chore(release): Bump version to 0.4.0 --- CHANGELOG.md | 4 ++++ src/amplitude/constants.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a7e87c..f919ee7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.4.0 (2022-06-03) +### Feature +* Add plan to config ([#26](https://github.com/amplitude/Amplitude-Python/issues/26)) ([`eb3edf9`](https://github.com/amplitude/Amplitude-Python/commit/eb3edf969a29e372da054fb44d2ea8cc89b09d42)) + ## v0.3.0 (2022-05-12) ### Feature * Flask and django simple example ([#22](https://github.com/amplitude/Amplitude-Python/issues/22)) ([`c71b8e0`](https://github.com/amplitude/Amplitude-Python/commit/c71b8e0de36eafaa3af673af8ef35e4485107137)) diff --git a/src/amplitude/constants.py b/src/amplitude/constants.py index cac5e93..7eb5d80 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 = "0.3.0" +SDK_VERSION = "0.4.0" EU_ZONE = "EU" DEFAULT_ZONE = "US"