Skip to content

Commit 1294e15

Browse files
committed
Bump version
1 parent 72520c8 commit 1294e15

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [3.5.0] - 2026-03-12
6+
57
### General
68

79
- Updated `RateLimitExceeded` exception to trigger on HTTP 429 instead of old 403.
@@ -665,7 +667,8 @@ Huge thanks to [@liblit](https://github.com/liblit) for lots of issues, suggesti
665667
- Fixed some incorrectly defined parameters
666668
- Fixed an issue where tests would fail due to an improperly configured requires block
667669

668-
[Unreleased]: https://github.com/ucfopen/canvasapi/compare/v3.4.0...develop
670+
[Unreleased]: https://github.com/ucfopen/canvasapi/compare/v3.5.0...develop
671+
[3.5.0]: https://github.com/ucfopen/canvasapi/compare/v3.4.0...v3.5.0
669672
[3.4.0]: https://github.com/ucfopen/canvasapi/compare/v3.3.0...v3.4.0
670673
[3.3.0]: https://github.com/ucfopen/canvasapi/compare/v3.2.0...v3.3.0
671674
[3.2.0]: https://github.com/ucfopen/canvasapi/compare/v3.1.0...v3.2.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.4.0"
7+
__version__ = "3.5.0"

0 commit comments

Comments
 (0)