Skip to content

Commit 707bb8d

Browse files
committed
Struct2tensor 0.34.0 Release
PiperOrigin-RevId: 392479613
1 parent 630a861 commit 707bb8d

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ is an integer.
125125

126126
struct2tensor | tensorflow
127127
---------------------------------------------------------------------- | ----------
128+
[0.34.0](https://github.com/google/struct2tensor/releases/tag/v0.34.0) | 2.6.0
128129
[0.33.0](https://github.com/google/struct2tensor/releases/tag/v0.33.0) | 2.5.0
129130
[0.32.0](https://github.com/google/struct2tensor/releases/tag/v0.32.0) | 2.5.0
130131
[0.31.0](https://github.com/google/struct2tensor/releases/tag/v0.31.0) | 2.5.0

RELEASE.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,28 @@
66

77
## Bug Fixes and Other Changes
88

9+
## Breaking Changes
10+
11+
## Deprecations
12+
13+
# Version 0.34.0
14+
15+
## Major Features and Improvements
16+
17+
* N/A
18+
19+
## Bug Fixes and Other Changes
20+
921
* Depends on `tensorflow>=2.6.0,<2.7`
1022

1123
## Breaking Changes
1224

25+
* N/A
26+
1327
## Deprecations
1428

29+
* N/A
30+
1531
## Version 0.33.0
1632

1733
## Major Features and Improvements

struct2tensor/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 struct2tensor."""
1616

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

0 commit comments

Comments
 (0)