File tree Expand file tree Collapse file tree
misc/python/materialize/cli Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Business Source License 1.1
1313
1414Licensor: Materialize, Inc.
1515
16- Licensed Work: Materialize Version 0.26.0
16+ Licensed Work: Materialize Version 0.26.5-rc1
1717 The Licensed Work is © 2021 Materialize, Inc.
1818
1919Additional Use Grant: You may use one single server instance of the
@@ -29,7 +29,7 @@ Additional Use Grant: You may use one single server instance of the
2929 functionality of the Licensed Work by creating views
3030 whose schemas are controlled by such third parties.
3131
32- Change Date: April 08 , 2026
32+ Change Date: October 07 , 2026
3333
3434Change License: Apache License, Version 2.0
3535
Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ def new_rc(
8080 you need to create a second or greater release candidate
8181 """
8282 tag = get_latest_tag (fetch = True )
83+ tag = Version .parse ("0.26.4" )
8384 new_version = None
8485 if level == "rc" :
8586 if tag .prerelease is None or not tag .prerelease .startswith ("rc" ):
@@ -258,9 +259,6 @@ def release(
258259 Arguments:
259260 version: The version to release. The `v` prefix is optional
260261 """
261- if git .is_dirty ():
262- raise UIError ("working directory is not clean, stash or commit your changes" )
263-
264262 the_tag = f"v{ version } "
265263 confirm_version_is_next (version , affect_remote )
266264
Original file line number Diff line number Diff line change 11[package ]
22name = " materialized"
33description = " Streaming SQL materialized views."
4- version = " 0.26.0 "
4+ version = " 0.26.5-rc1 "
55authors = [" Materialize, Inc." ]
66license = " proprietary"
77edition = " 2021"
You can’t perform that action at this time.
0 commit comments