diff --git a/RELEASE.md b/RELEASE.md index fd85660f..24967856 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -2,16 +2,6 @@ # `tfx_bsl` release notes -# Current version (not yet released; still in development) - -## Major Features and Improvements - -## Bug Fixes and Other Changes - -## Breaking changes - -## Deprecations - # Version 0.25.0 ## Major Features and Improvements diff --git a/tfx_bsl/version.py b/tfx_bsl/version.py index d86d555f..8da64eaa 100644 --- a/tfx_bsl/version.py +++ b/tfx_bsl/version.py @@ -14,4 +14,4 @@ """Contains the version string of tfx_bsl.""" # Note that setup.py uses this version. -__version__ = '0.26.0.dev' +__version__ = '0.25.0'