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 76f01f7 commit 6e4133eCopy full SHA for 6e4133e
CHANGES.md
@@ -1,10 +1,9 @@
1
# Altair Change Log
2
3
-## Version 3.1.0 (unreleased)
+## Version 3.1.0 (Released June 6, 2018)
4
5
Update includes full compatibility with version 3.3 of Vega-Lite.
6
7
-
8
### Enhancements
9
10
- Added support for [vega themes](https://github.com/vega/vega-themes) via
altair/__init__.py
@@ -1,5 +1,5 @@
# flake8: noqa
-__version__ = '3.1.0dev0'
+__version__ = '3.1.0'
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.1.0'
78
# The full version, including alpha/beta/rc tags.
79
release = version
80
0 commit comments