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

Commit 292cca4

Browse files
committed
Update changelog and bump version to 19.09.2
1 parent 24e1857 commit 292cca4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.rst

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

4+
19.09.2 (2019-11-04)
5+
--------------------
6+
7+
* NEW: API for disassociating scaling groups from a user group
8+
9+
* FIX: Regression in "admin keypairs" command due to code/server changes
10+
411
19.09.1 (2019-10-15)
512
--------------------
613

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.1'
9+
__version__ = '19.09.2'
1010

1111

1212
def get_user_agent():

0 commit comments

Comments
 (0)