File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
3535
3636## Fixed
3737
38- - Improved performance of sorted queries, especially generalized sorting, which
38+ - Improved performance of sorted queries, especially generalized sorting, which
3939 does not rely on indexes
40- - Documentation updates for methods added in release 5.4.0 and 5.4.1
40+ - Documentation updates for methods added in release 5.4.0 and 5.4.1
41+ - Cloud only: fixed problem where OKE Workload authentication would time
42+ out before refreshing
4143
4244## Changed
4345
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ def open_relative(*path):
4646 version = str (version ),
4747 description = 'Oracle NoSQL Database Python SDK' ,
4848 long_description = str (readme ),
49- long_description_content_type = 'text/x-rst ' ,
49+ long_description_content_type = 'text/markdown ' ,
5050
5151 author = 'Oracle' ,
5252 author_email = 'george.feinberg@oracle.com' ,
You can’t perform that action at this time.
0 commit comments