From ed1d42dd5d9c689803e172d36a39d6db76aadeb9 Mon Sep 17 00:00:00 2001 From: Mattijn van Hoek Date: Fri, 26 May 2023 23:27:53 +0200 Subject: [PATCH] maint: bump version to 5.0.1 --- altair/__init__.py | 2 +- doc/conf.py | 2 +- doc/releases/changes.rst | 9 +++++---- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/altair/__init__.py b/altair/__init__.py index ca4ee1af1..ad57eb9d3 100644 --- a/altair/__init__.py +++ b/altair/__init__.py @@ -1,5 +1,5 @@ # ruff: noqa -__version__ = "5.1.0dev" +__version__ = "5.0.1" from typing import Any diff --git a/doc/conf.py b/doc/conf.py index 76776b448..1ebc12852 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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}" diff --git a/doc/releases/changes.rst b/doc/releases/changes.rst index 3b40db77a..7c624b4a6 100644 --- a/doc/releases/changes.rst +++ b/doc/releases/changes.rst @@ -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) ------------------------------------