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 89780be commit 76245efCopy full SHA for 76245ef
CHANGELOG.md
@@ -5,9 +5,10 @@ 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
-## [Unreleased]
+## [0.3.1] - 2021-06-01
9
10
### Added
11
+- canvascli is now on PyPI!
12
- More readable visualizations
13
14
## [0.3.0] - 2021-05-31
canvascli/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.3.0dev"
+__version__ = "0.3.1"
0 commit comments