Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit 4ee7bb6

Browse files
committed
v0.0.3
1 parent 8b221aa commit 4ee7bb6

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,9 @@
99
1010
#### Deprecated:
1111
* Describe deprecated APIs in this version
12-
-->
12+
-->
13+
14+
## [0.0.3] - 2022-05-11
15+
16+
#### New Features
17+
* Implemented allow list for subject-variation overrides

eppo_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from eppo_client.http_client import HttpClient, SdkParams
1111
from eppo_client.read_write_lock import ReadWriteLock
1212

13-
__version__ = "0.0.2"
13+
__version__ = "0.0.3"
1414

1515
__client: Optional[EppoClient] = None
1616
__lock = ReadWriteLock()

0 commit comments

Comments
 (0)