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 47b52b9 commit c45fa8aCopy full SHA for c45fa8a
CHANGES.md
@@ -1,6 +1,8 @@
1
# Altair Change Log
2
3
-## Version 3.1.0 (unreleased)
+## Version 3.0.1
4
+
5
+Fix version info bug for HTML output and Colab & Kaggle renderers.
6
7
## Version 3.0.0
8
altair/__init__.py
@@ -1,5 +1,5 @@
# flake8: noqa
-__version__ = '3.1.0dev0'
+__version__ = '3.0.1'
from .vegalite import *
from . import examples
doc/conf.py
@@ -74,7 +74,7 @@
74
# built documents.
75
#
76
# The short X.Y version.
77
-version = '3.1.0dev0'
+version = '3.0.1'
78
# The full version, including alpha/beta/rc tags.
79
release = version
80
0 commit comments