Skip to content

Commit

Permalink
Create the new version '1.21.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jun 18, 2024
1 parent fd9bc50 commit 3426b04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
automerge: true,
schedule: 'after 5pm on the first day of the month',
},
baseBranches: ['1.15', '1.17', '1.18', '1.19', '1.20', 'master'],
baseBranches: ['1.15', '1.17', '1.18', '1.19', '1.20', '1.21.0', 'master'],
'pre-commit': { enabled: true },
regexManagers: [
/** Do updates on pre-commit additional dependencies */
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- '1.18'
- '1.19'
- '1.20'
- 1.21.0

steps:
- run: pip install pyOpenSSL --upgrade
Expand Down
1 change: 1 addition & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
| 1.18 | Best effort |
| 1.19 | Best effort |
| 1.20 | Best effort |
| 1.21.0 | Best effort |

0 comments on commit 3426b04

Please sign in to comment.