Skip to content

Commit e8c5416

Browse files
Prep main for 9.1 (#4555)
* Prep for Release 9.1 * Update Patch Version * Update Patch version * Update Patch version
1 parent 2d2c5b4 commit e8c5416

File tree

422 files changed

+11765
-12065
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

422 files changed

+11765
-12065
lines changed

.github/workflows/lock-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
description: 'List of branches to lock versions (ordered, comma separated)'
77
required: true
88
# 7.17 was intentionally skipped because it was added late and was bug fix only
9-
default: '8.13,8.14,8.15,8.16,8.17,8.18'
9+
default: '8.14,8.15,8.16,8.17,8.18,9.0'
1010

1111
jobs:
1212
pr:

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Unit Tests
22

33
on:
44
push:
5-
branches: [ "main", "7.*", "8.*" ]
5+
branches: [ "main", "7.*", "8.*", "9.*" ]
66
pull_request:
77
branches: [ "*" ]
88

0 commit comments

Comments
 (0)