Skip to content
This repository was archived by the owner on Sep 22, 2023. It is now read-only.

Commit 442cd15

Browse files
committed
Update changelog and bump version to 19.09.4
1 parent 1f351cc commit 442cd15

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changes
22
=======
33

4+
19.09.4 (2020-02-10)
5+
--------------------
6+
7+
* NEW: SDK API (``EtcdConfig``) and CLI command (``backend.ai admin etcd``)
8+
to allow querying and updating etcd configurations by admins.
9+
410
19.09.3 (2019-12-03)
511
--------------------
612

src/ai/backend/client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
session.__all__, # noqa
77
]
88

9-
__version__ = '19.09.3'
9+
__version__ = '19.09.4'
1010

1111

1212
def get_user_agent():

0 commit comments

Comments
 (0)