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 eb12d03 commit 8aa8cdfCopy full SHA for 8aa8cdf
RELEASING.md
@@ -23,7 +23,7 @@
23
5. Double-check that all vega-lite/vega/vega-embed versions are up-to-date:
24
25
- URLs in ``doc/conf.py``
26
- - versions in ``altair/vegalite/v3/display.py``
+ - versions in ``altair/vegalite/v4/display.py``
27
28
6. Commit change and push to master
29
altair/__init__.py
@@ -1,5 +1,5 @@
1
# flake8: noqa
2
-__version__ = '4.0.0dev0'
+__version__ = '4.0.0'
3
4
from .vegalite import *
5
from . import examples
doc/conf.py
@@ -74,7 +74,7 @@
74
# built documents.
75
#
76
# The short X.Y version.
77
-version = '4.0.0dev0'
+version = '4.0.0'
78
# The full version, including alpha/beta/rc tags.
79
release = version
80
0 commit comments