We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 25f8a76 + 16a208e commit 2a72d56Copy full SHA for 2a72d56
RELEASE.md
@@ -1,15 +1,5 @@
1
# `struct2tensor` release notes
2
3
-# Current version (not yet released; still in development)
4
-
5
-## Major Features and Improvements
6
7
-## Bug Fixes and Other Changes
8
9
-## Breaking changes
10
11
-## Deprecations
12
13
## Release 0.25.0
14
15
## Major Features and Improvements
struct2tensor/version.py
@@ -15,4 +15,4 @@
"""Contains the version string of struct2tensor."""
16
17
# Note that setup.py uses this version.
18
-__version__ = '0.26.0.dev'
+__version__ = '0.25.0'
0 commit comments