Skip to content

Commit 70fcdae

Browse files
chore(release): Bump version to 0.4.0
chore(release): Bump version to 0.4.0
1 parent eb3edf9 commit 70fcdae

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## v0.4.0 (2022-06-03)
6+
### Feature
7+
* Add plan to config ([#26](https://github.com/amplitude/Amplitude-Python/issues/26)) ([`eb3edf9`](https://github.com/amplitude/Amplitude-Python/commit/eb3edf969a29e372da054fb44d2ea8cc89b09d42))
8+
59
## v0.3.0 (2022-05-12)
610
### Feature
711
* Flask and django simple example ([#22](https://github.com/amplitude/Amplitude-Python/issues/22)) ([`c71b8e0`](https://github.com/amplitude/Amplitude-Python/commit/c71b8e0de36eafaa3af673af8ef35e4485107137))

src/amplitude/constants.py

+1-1
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 = "0.3.0"
4+
SDK_VERSION = "0.4.0"
55

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

0 commit comments

Comments
 (0)