Skip to content

Commit

Permalink
MAINT: bump version to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevdp committed Dec 11, 2019
1 parent eb12d03 commit 8aa8cdf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
5. Double-check that all vega-lite/vega/vega-embed versions are up-to-date:

- URLs in ``doc/conf.py``
- versions in ``altair/vegalite/v3/display.py``
- versions in ``altair/vegalite/v4/display.py``

6. Commit change and push to master

Expand Down
2 changes: 1 addition & 1 deletion altair/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# flake8: noqa
__version__ = '4.0.0dev0'
__version__ = '4.0.0'

from .vegalite import *
from . import examples
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
# built documents.
#
# The short X.Y version.
version = '4.0.0dev0'
version = '4.0.0'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down

0 comments on commit 8aa8cdf

Please sign in to comment.