We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41d1600 commit f351b0bCopy full SHA for f351b0b
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
<!--next-version-placeholder-->
4
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
11
## v1.5.0 (2024-12-09)
12
13
### Feature
src/amplitude_experiment/version.py
@@ -1 +1 @@
1
-__version__ = "1.5.0"
+__version__ = "1.6.0"
0 commit comments