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 5ba0878 commit 9c49c72Copy full SHA for 9c49c72
CHANGELOG.md
@@ -5,6 +5,15 @@ 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.3.3] - 2021-11-12
9
+
10
+### Added
11
+- Warn when there are unposted canvas assignment
12
13
+### Fixed
14
+- Remove suffix number in session since this is not used in the FSC.
15
+- Change to a more suitable number of histogram bins.
16
17
## [0.3.2] - 2021-07-07
18
19
### Added
canvascli/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.3.2"
+__version__ = "0.3.3"
0 commit comments