We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f581a4 commit eb993b6Copy full SHA for eb993b6
CHANGELOG.md
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
5
Version number is based on [Semver](https://semver.org/).
6
Note that major version zero (0.y.z) is for initial development and anything may change at any time.
7
8
+## [0.2.1] - 2021-05-30
9
+
10
+## Fixed
11
+- Raise useful message upon unauthorized course access
12
13
## [0.2.0] - 2021-05-30
14
15
## Added
canvascli/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.2.0"
+__version__ = "0.2.1"
0 commit comments