Skip to content

Commit 8aa8cdf

Browse files
committed
MAINT: bump version to 4.0.0
1 parent eb12d03 commit 8aa8cdf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
5. Double-check that all vega-lite/vega/vega-embed versions are up-to-date:
2424

2525
- URLs in ``doc/conf.py``
26-
- versions in ``altair/vegalite/v3/display.py``
26+
- versions in ``altair/vegalite/v4/display.py``
2727

2828
6. Commit change and push to master
2929

altair/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# flake8: noqa
2-
__version__ = '4.0.0dev0'
2+
__version__ = '4.0.0'
33

44
from .vegalite import *
55
from . import examples

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
# built documents.
7575
#
7676
# The short X.Y version.
77-
version = '4.0.0dev0'
77+
version = '4.0.0'
7878
# The full version, including alpha/beta/rc tags.
7979
release = version
8080

0 commit comments

Comments
 (0)