Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ed1d42d

Browse files
committedMay 26, 2023
maint: bump version to 5.0.1
1 parent 958301d commit ed1d42d

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed
 

‎altair/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ruff: noqa
2-
__version__ = "5.1.0dev"
2+
__version__ = "5.0.1"
33

44
from typing import Any
55

‎doc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
# built documents.
7777
#
7878
# The short X.Y version.
79-
version = "5.1.0"
79+
version = "5.0.1"
8080
# The full version, including alpha/beta/rc tags.
8181
release = f"{version}"
8282

‎doc/releases/changes.rst

+5-4
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
Release Notes
44
=============
55

6-
Version 5.0.1 (unreleased)
7-
--------------------------
6+
Version 5.0.1 (released May 26, 2023)
7+
-------------------------------------
88

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

1213
Version 5.0.0 (released May 9, 2023)
1314
------------------------------------

0 commit comments

Comments
 (0)
Please sign in to comment.