Skip to content

Commit bf9cc4c

Browse files
authored
Merge pull request #128 from dhruvesh09/r0.23.0
R0.23.0
2 parents dea39cd + f938e10 commit bf9cc4c

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

fairness_indicators/RELEASE.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
1-
# Version 0.23.0
1+
# Version 0.23.1
22

33
## Major Features and Improvements
44

55
* N/A
66

77
## Bug fixes and other changes
88

9-
* Depends on `tensorflow>=1.15.2,!=2.0.*,!=2.1.*,!=2.2.*,<3`.
10-
* Depends on `tensorflow-data-validation>=0.23,<0.24`.
11-
* Depends on `tensorflow-model-analysis>=0.23,<0.24`.
9+
* Fix broken import path in Fairness_Indicators_Example_Colab amd Fairness_Indicators_on_TF_Hub_Text_Embeddings.
1210

1311
## Breaking changes
1412

1513
* N/A
1614

1715
## Deprecations
1816

19-
* Deprecating Py2 support.
20-
* Note: We plan to drop py3.5 support in the next release.
17+
* N/A

fairness_indicators/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
"""Contains the version string of Fairness Indicators."""
1515

1616
# Note that setup.py uses this version.
17-
__version__ = '0.23.0'
17+
__version__ = '0.23.1'

0 commit comments

Comments
 (0)