Skip to content

Commit 0a9c5d8

Browse files
Release notes for v2.11.19 (#954)
2 parents f9f5d2b + c5932fe commit 0a9c5d8

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.github/workflows/run-unittests-py38-cov-report.yml

+1
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ jobs:
115115
cov-${{ matrix.name }}/htmlcov/
116116
cov-${{ matrix.name }}/.coverage
117117
cov-${{ matrix.name }}/coverage.xml
118+
include-hidden-files: true
118119

119120
coverage-report:
120121
name: "Coverage report"

docs/source/release_notes.rst

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Release Notes
33
=============
44

5+
2.11.19
6+
-------
7+
Release date: September 24, 2024
8+
9+
* Fixed bugs and introduced enhancements for AI Quick Actions.
10+
511
2.11.18
612
-------
713
Release date: September 20, 2024

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ build-backend = "flit_core.buildapi"
2121

2222
# Required
2323
name = "oracle_ads" # the install (PyPI) name; name for local build in [tool.flit.module] section below
24-
version = "2.11.18"
24+
version = "2.11.19"
2525

2626
# Optional
2727
description = "Oracle Accelerated Data Science SDK"

0 commit comments

Comments
 (0)