Skip to content

Commit 9e3311b

Browse files
authored
Merge pull request #123 from dhruvesh09/r0.23.0
R0.23.0
2 parents 0619283 + 2e9cea0 commit 9e3311b

File tree

4 files changed

+2
-26
lines changed

4 files changed

+2
-26
lines changed

fairness_indicators/RELEASE.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
<!-- mdlint off(HEADERS_TOO_MANY_H1) -->
2-
3-
# Current Version(Still in Development)
4-
5-
## Major Features and Improvements
6-
7-
## Bug fixes and other changes
8-
9-
## Breaking changes
10-
11-
## Deprecations
12-
131
# Version 0.23.0
142

153
## Major Features and Improvements

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.24.0.dev'
17+
__version__ = '0.23.0'

tensorboard_plugin/tensorboard_plugin_fairness_indicators/RELEASE.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
<!-- mdlint off(HEADERS_TOO_MANY_H1) -->
2-
3-
# Current Version(Still in Development)
4-
5-
## Major Features and Improvements
6-
7-
## Bug fixes and other changes
8-
9-
## Breaking changes
10-
11-
## Deprecations
12-
131
# Version 0.23.0
142

153
## Major Features and Improvements

tensorboard_plugin/tensorboard_plugin_fairness_indicators/version.py

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

1717
# Note that setup.py uses this version.
18-
__version__ = '0.24.0.dev'
18+
__version__ = '0.23.0'

0 commit comments

Comments
 (0)