Skip to content

Commit

Permalink
Bump version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Thetwam committed Dec 4, 2020
1 parent a073b34 commit 102e44b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@

## [Unreleased]

## [2.1.0] - 2020-12-04

### New Endpoint Coverage

- Course TODO items (Thanks, [@onomou](https://github.com/onomou))
- Create observer pairing code (Thanks, [@bennettscience](https://github.com/bennettscience))

### General

- Added missing documentation for the get_current_user method and clarifications to the CurrentUser class. (Thanks, [@Xx-Ashutosh-xX](https://github.com/Xx-Ashutosh-xX))
- Added missing documentation for the get_current_user method and clarifications to the `CurrentUser` class. (Thanks, [@Xx-Ashutosh-xX](https://github.com/Xx-Ashutosh-xX))
- `Canvas.get_announcement` now has a required parameter `context_codes`, which accepts a list of course IDs or `Course` objects.
- Updated contributing guide
- Added missing documentation for the "Smart DateTimes" feature
Expand Down Expand Up @@ -509,7 +511,8 @@ Huge thanks to [@liblit](https://github.com/liblit) for lots of issues, suggesti
- Fixed some incorrectly defined parameters
- Fixed an issue where tests would fail due to an improperly configured requires block

[Unreleased]: https://github.com/ucfopen/canvasapi/compare/v2.0.0...develop
[Unreleased]: https://github.com/ucfopen/canvasapi/compare/v2.1.0...develop
[2.1.0]: https://github.com/ucfopen/canvasapi/compare/v2.0.0...v2.1.0
[2.0.0]: https://github.com/ucfopen/canvasapi/compare/v1.0.0...v2.0.0
[1.0.0]: https://github.com/ucfopen/canvasapi/compare/v0.16.1...v1.0.0
[0.16.1]: https://github.com/ucfopen/canvasapi/compare/v0.16.0...v0.16.1
Expand Down
2 changes: 1 addition & 1 deletion canvasapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__all__ = ["Canvas"]

__version__ = "2.0.0"
__version__ = "2.1.0"

0 comments on commit 102e44b

Please sign in to comment.