Skip to content

Commit

Permalink
maint: bump version to 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mattijn committed May 26, 2023
1 parent 958301d commit ed1d42d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion altair/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ruff: noqa
__version__ = "5.1.0dev"
__version__ = "5.0.1"

from typing import Any

Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
# built documents.
#
# The short X.Y version.
version = "5.1.0"
version = "5.0.1"
# The full version, including alpha/beta/rc tags.
release = f"{version}"

Expand Down
9 changes: 5 additions & 4 deletions doc/releases/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
Release Notes
=============

Version 5.0.1 (unreleased)
--------------------------
Version 5.0.1 (released May 26, 2023)
-------------------------------------

- Remove unwanted files during build to avoid littering site-packages folder (#3057)
- Deprecate the `.ref()` function for selections, instead of removing it (#3063).
- Remove unwanted files during build to avoid littering site-packages folder (#3057).
- Deprecate the ``.ref()`` function for selections, instead of removing it (#3063).
- Fix bug in reconstructing layered charts with ``Chart.from_json()``/``Chart.from_dict()`` (#3068).

Version 5.0.0 (released May 9, 2023)
------------------------------------
Expand Down

0 comments on commit ed1d42d

Please sign in to comment.