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 4864666 commit aaf126fCopy full SHA for aaf126f
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
<!--next-version-placeholder-->
4
5
+## v1.3.1 (2024-01-30)
6
+
7
+### Fix
8
9
+* Improve remote evaluation fetch retry logic ([#42](https://github.com/amplitude/experiment-python-server/issues/42)) ([`4864666`](https://github.com/amplitude/experiment-python-server/commit/486466683d787de35fc8a442b0ac060078b4ad81))
10
11
## v1.3.0 (2023-12-01)
12
13
### Feature
src/amplitude_experiment/version.py
@@ -1 +1 @@
1
-__version__ = "1.3.0"
+__version__ = "1.3.1"
0 commit comments