Skip to content

Commit cb77dd9

Browse files
committed
Bump version to 3.2.0
1 parent 7b78446 commit cb77dd9

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.2.0] - 2023-05-25
6+
57
### New Endpoint Coverage
68

79
- New Quizzes
@@ -619,7 +621,8 @@ Huge thanks to [@liblit](https://github.com/liblit) for lots of issues, suggesti
619621
- Fixed some incorrectly defined parameters
620622
- Fixed an issue where tests would fail due to an improperly configured requires block
621623

622-
[Unreleased]: https://github.com/ucfopen/canvasapi/compare/v3.1.0...develop
624+
[Unreleased]: https://github.com/ucfopen/canvasapi/compare/v3.2.0...develop
625+
[3.2.0]: https://github.com/ucfopen/canvasapi/compare/v3.1.0...v3.2.0
623626
[3.1.0]: https://github.com/ucfopen/canvasapi/compare/v3.0.0...v3.1.0
624627
[3.0.0]: https://github.com/ucfopen/canvasapi/compare/v2.2.0...v3.0.0
625628
[2.2.0]: https://github.com/ucfopen/canvasapi/compare/v2.1.0...v2.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.1.0"
7+
__version__ = "3.2.0"

0 commit comments

Comments
 (0)