Skip to content

Commit

Permalink
MAINT: bump version to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevdp committed Dec 29, 2021
1 parent 082d8a0 commit d44c148
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.2.0.dev0"
__version__ = "4.2.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 @@ -73,7 +73,7 @@
# built documents.
#
# The short X.Y version.
version = "4.2.0.dev0"
version = "4.2.0"
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
4 changes: 2 additions & 2 deletions doc/releases/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Altair Change Log
=================

Version 4.2.0 (unreleased)
--------------------------
Version 4.2.0 (released Dec 29, 2021)
-------------------------------------
- Update Vega-Lite from version 4.8.1 to version 4.17.0;
see `Vega-Lite Release Notes <https://github.com/vega/vega-lite/releases>`_.

Expand Down

0 comments on commit d44c148

Please sign in to comment.