Skip to content

Commit

Permalink
Merge pull request #128 from dhruvesh09/r0.23.0
Browse files Browse the repository at this point in the history
R0.23.0
  • Loading branch information
dhruvesh09 authored Aug 25, 2020
2 parents dea39cd + f938e10 commit bf9cc4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions fairness_indicators/RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
# Version 0.23.0
# Version 0.23.1

## Major Features and Improvements

* N/A

## Bug fixes and other changes

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

## Breaking changes

* N/A

## Deprecations

* Deprecating Py2 support.
* Note: We plan to drop py3.5 support in the next release.
* N/A
2 changes: 1 addition & 1 deletion fairness_indicators/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"""Contains the version string of Fairness Indicators."""

# Note that setup.py uses this version.
__version__ = '0.23.0'
__version__ = '0.23.1'

0 comments on commit bf9cc4c

Please sign in to comment.