Skip to content

Commit

Permalink
Release notes for v2.11.19 (#954)
Browse files Browse the repository at this point in the history
  • Loading branch information
VipulMascarenhas authored Sep 24, 2024
2 parents f9f5d2b + c5932fe commit 0a9c5d8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/run-unittests-py38-cov-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ jobs:
cov-${{ matrix.name }}/htmlcov/
cov-${{ matrix.name }}/.coverage
cov-${{ matrix.name }}/coverage.xml
include-hidden-files: true

coverage-report:
name: "Coverage report"
Expand Down
6 changes: 6 additions & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Release Notes
=============

2.11.19
-------
Release date: September 24, 2024

* Fixed bugs and introduced enhancements for AI Quick Actions.

2.11.18
-------
Release date: September 20, 2024
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ build-backend = "flit_core.buildapi"

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

# Optional
description = "Oracle Accelerated Data Science SDK"
Expand Down

0 comments on commit 0a9c5d8

Please sign in to comment.