File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 11# ruff: noqa
2- __version__ = "5.1.0dev "
2+ __version__ = "5.0.1 "
33
44from typing import Any
55
Original file line number Diff line number Diff line change 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.
8181release = f"{ version } "
8282
Original file line number Diff line number Diff line change 33Release 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
1213Version 5.0.0 (released May 9, 2023)
1314------------------------------------
You can’t perform that action at this time.
0 commit comments