Skip to content

Commit 673540b

Browse files
authored
chore: track release date for each version (#1445)
* chore: track release date for each version * update the release date to the previous release
1 parent dfd891a commit 673540b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bigframes/version.py

+4
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@
1313
# limitations under the License.
1414

1515
__version__ = "1.38.0"
16+
17+
# {x-release-please-start-date}
18+
__release_date__ = "2025-02-24"
19+
# {x-release-please-end}

0 commit comments

Comments
 (0)