Skip to content

Commit cae4f49

Browse files
authored
Release 0.2.12 (#154)
* Bump version to 0.2.12 * Update CHANGELOG.md
1 parent e0dcb7c commit cae4f49

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.2.12] - 2023-04-24
6+
7+
8+
### Bug Fixes
9+
10+
11+
- Fixed broken gridding after bokeh 3.0.x update ([#153](https://github.com/trustyai-explainability/trustyai-explainability-python/pull/153))
12+
513
## [0.2.11] - 2023-04-24
614

715

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![version](https://img.shields.io/badge/version-0.2.11-green) [![Tests](https://github.com/trustyai-python/module/actions/workflows/workflow.yml/badge.svg)](https://github.com/trustyai-python/examples/actions/workflows/workflow.yml)
1+
![version](https://img.shields.io/badge/version-0.2.12-green) [![Tests](https://github.com/trustyai-python/module/actions/workflows/workflow.yml/badge.svg)](https://github.com/trustyai-python/examples/actions/workflows/workflow.yml)
22

33
# python-trustyai
44

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "trustyai"
3-
version = "0.2.11"
3+
version = "0.2.12"
44
description = "Python bindings to the TrustyAI explainability library."
55
authors = [{ name = "Rui Vieira", email = "rui@redhat.com" }]
66
license = { file = "LICENSE" }

src/trustyai/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""TrustyAI version"""
2-
__version__ = "0.2.11"
2+
__version__ = "0.2.12"

0 commit comments

Comments
 (0)