Skip to content

Commit 5104eb6

Browse files
committed
Update for 3.4.0
1 parent 1bb9920 commit 5104eb6

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.4.0] - 2025-11-10
6+
57
### New Endpoint Coverage
68

79
- LTI Resource Links (Thanks, [@jsmnhou](https://github.com/jsmnhou))
@@ -654,7 +656,8 @@ Huge thanks to [@liblit](https://github.com/liblit) for lots of issues, suggesti
654656
- Fixed some incorrectly defined parameters
655657
- Fixed an issue where tests would fail due to an improperly configured requires block
656658

657-
[Unreleased]: https://github.com/ucfopen/canvasapi/compare/v3.3.0...develop
659+
[Unreleased]: https://github.com/ucfopen/canvasapi/compare/v3.4.0...develop
660+
[3.4.0]: https://github.com/ucfopen/canvasapi/compare/v3.3.0...v3.4.0
658661
[3.3.0]: https://github.com/ucfopen/canvasapi/compare/v3.2.0...v3.3.0
659662
[3.2.0]: https://github.com/ucfopen/canvasapi/compare/v3.1.0...v3.2.0
660663
[3.1.0]: https://github.com/ucfopen/canvasapi/compare/v3.0.0...v3.1.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.3.0"
7+
__version__ = "3.4.0"

0 commit comments

Comments
 (0)