File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -257,6 +257,34 @@ def test_version_post_tag
257257 "+set(PYARROW_VERSION \" #{ @next_snapshot_version } \" )" ] ,
258258 ] ,
259259 } ,
260+ {
261+ path : "ci/pixi/asan/cpp.toml" ,
262+ hunks : [
263+ [ "-version = \" #{ @release_version } a0\" " ,
264+ "+version = \" #{ @next_version } a0\" " ] ,
265+ ] ,
266+ } ,
267+ {
268+ path : "ci/pixi/asan/python/pixi.toml" ,
269+ hunks : [
270+ [ "-version = \" #{ @release_version } a0\" " ,
271+ "+version = \" #{ @next_version } a0\" " ] ,
272+ ] ,
273+ } ,
274+ {
275+ path : "ci/pixi/default/cpp/pixi.toml" ,
276+ hunks : [
277+ [ "-version = \" #{ @release_version } a0\" " ,
278+ "+version = \" #{ @next_version } a0\" " ] ,
279+ ] ,
280+ } ,
281+ {
282+ path : "ci/pixi/default/python/pixi.toml" ,
283+ hunks : [
284+ [ "-version = \" #{ @release_version } a0\" " ,
285+ "+version = \" #{ @next_version } a0\" " ] ,
286+ ] ,
287+ } ,
260288 {
261289 path : "python/pyproject.toml" ,
262290 hunks : [
You can’t perform that action at this time.
0 commit comments