diff --git a/RELEASE.md b/RELEASE.md index 1ce0f15..8de0e14 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,15 +1,5 @@ # `struct2tensor` release notes -# Current version (not yet released; still in development) - -## Major Features and Improvements - -## Bug Fixes and Other Changes - -## Breaking changes - -## Deprecations - ## Release 0.26.0 ## Major Features and Improvements diff --git a/struct2tensor/version.py b/struct2tensor/version.py index 6c324e1..8fb4048 100644 --- a/struct2tensor/version.py +++ b/struct2tensor/version.py @@ -15,4 +15,4 @@ """Contains the version string of struct2tensor.""" # Note that setup.py uses this version. -__version__ = '0.27.0.dev' +__version__ = '0.26.0'