Skip to content

Commit

Permalink
MAINT: bump version to 4.2.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevdp committed Nov 19, 2021
1 parent a987d04 commit c81877f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 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.0rc1"

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.0rc1"
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
3 changes: 0 additions & 3 deletions doc/releases/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ Bug Fixes
- Fix ``to_dict()`` for nested selections (#2120).
- Fix item access for expressions (#2099).

Backward-Incompatible Changes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Version 4.1.0 (released April 1, 2020)
--------------------------------------
- Minimum Python version is now 3.6
Expand Down

0 comments on commit c81877f

Please sign in to comment.