File tree 3 files changed +7
-6
lines changed
3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
# ruff: noqa
2
- __version__ = "5.1.0dev "
2
+ __version__ = "5.0.1 "
3
3
4
4
from typing import Any
5
5
Original file line number Diff line number Diff line change 76
76
# built documents.
77
77
#
78
78
# The short X.Y version.
79
- version = "5.1.0 "
79
+ version = "5.0.1 "
80
80
# The full version, including alpha/beta/rc tags.
81
81
release = f"{ version } "
82
82
Original file line number Diff line number Diff line change 3
3
Release Notes
4
4
=============
5
5
6
- Version 5.0.1 (unreleased )
7
- --------------------------
6
+ Version 5.0.1 (released May 26, 2023 )
7
+ -------------------------------------
8
8
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).
11
12
12
13
Version 5.0.0 (released May 9, 2023)
13
14
------------------------------------
You can’t perform that action at this time.
0 commit comments