Skip to content

Commit 50da7b2

Browse files
committed
Prep for v3.6.0 release. Update deploy actions
1 parent 22d5cd7 commit 50da7b2

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
deploy:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v6
1313

1414
- name: Set up Python
15-
uses: actions/setup-python@v5
15+
uses: actions/setup-python@v6
1616

1717
- name: Install build dependency
1818
run: pip install build

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [3.6.0] - 2026-04-14
6+
57
### General
68

79
- Added support for Python 3.14
@@ -14,6 +16,7 @@
1416
### Backstage
1517

1618
- Updated minimum `black` version to avoid CVE-2026-32274
19+
- Updated various GitHub Actions
1720

1821
## [3.5.0] - 2026-03-12
1922

@@ -680,7 +683,8 @@ Huge thanks to [@liblit](https://github.com/liblit) for lots of issues, suggesti
680683
- Fixed some incorrectly defined parameters
681684
- Fixed an issue where tests would fail due to an improperly configured requires block
682685

683-
[Unreleased]: https://github.com/ucfopen/canvasapi/compare/v3.5.0...develop
686+
[Unreleased]: https://github.com/ucfopen/canvasapi/compare/v3.6.0...develop
687+
[3.6.0]: https://github.com/ucfopen/canvasapi/compare/v3.5.0...v3.6.0
684688
[3.5.0]: https://github.com/ucfopen/canvasapi/compare/v3.4.0...v3.5.0
685689
[3.4.0]: https://github.com/ucfopen/canvasapi/compare/v3.3.0...v3.4.0
686690
[3.3.0]: https://github.com/ucfopen/canvasapi/compare/v3.2.0...v3.3.0

canvasapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
__all__ = ["Canvas"]
66

7-
__version__ = "3.5.0"
7+
__version__ = "3.6.0"

0 commit comments

Comments
 (0)