Skip to content

Commit f351b0b

Browse files
chore(release): Bump version to 1.6.0
chore(release): Bump version to 1.6.0
1 parent 41d1600 commit f351b0b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

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

5+
## v1.6.0 (2024-12-20)
6+
7+
### Feature
8+
9+
* Python local evaluation implementation ([#52](https://github.com/amplitude/experiment-python-server/issues/52)) ([`9201cb5`](https://github.com/amplitude/experiment-python-server/commit/9201cb57e6b1b98463b58cdd8275ea2f7286ee49))
10+
511
## v1.5.0 (2024-12-09)
612

713
### Feature

src/amplitude_experiment/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.5.0"
1+
__version__ = "1.6.0"

0 commit comments

Comments
 (0)