Skip to content

Commit 9c49c72

Browse files
committed
Bump version
1 parent 5ba0878 commit 9c49c72

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55
Version number is based on [Semver](https://semver.org/).
66
Note that major version zero (0.y.z) is for initial development and anything may change at any time.
77

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+
817
## [0.3.2] - 2021-07-07
918

1019
### Added

canvascli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.2"
1+
__version__ = "0.3.3"

0 commit comments

Comments
 (0)