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 d36d294 commit b3195a3Copy full SHA for b3195a3
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
<!--next-version-placeholder-->
4
5
+## v1.6.3 (2025-02-10)
6
+
7
+### Fix
8
9
+* Add dataclasses-json as requirement ([#58](https://github.com/amplitude/experiment-python-server/issues/58)) ([`d36d294`](https://github.com/amplitude/experiment-python-server/commit/d36d2944b098da0be69adddc187127102a714ba3))
10
11
## v1.6.2 (2025-02-05)
12
13
### Fix
src/amplitude_experiment/version.py
@@ -1 +1 @@
1
-__version__ = "1.6.2"
+__version__ = "1.6.3"
0 commit comments