From f0b691e828f1d84133457eb6bb58fcaf54458a06 Mon Sep 17 00:00:00 2001 From: Stefan Binder Date: Sun, 11 Aug 2024 09:56:50 +0200 Subject: [PATCH] chore: bump version to 5.4.0 --- altair/__init__.py | 2 +- doc/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/altair/__init__.py b/altair/__init__.py index 9a6496d5e..c48627520 100644 --- a/altair/__init__.py +++ b/altair/__init__.py @@ -1,5 +1,5 @@ # ruff: noqa -__version__ = "5.4.0dev" +__version__ = "5.4.0" # The content of __all__ is automatically written by # tools/update_init_file.py. Do not modify directly. diff --git a/doc/conf.py b/doc/conf.py index dd0699b3f..d024e8147 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -78,7 +78,7 @@ # built documents. # # The short X.Y version. -version = "5.4.0dev" +version = "5.4.0" # The full version, including alpha/beta/rc tags. release = f"{version}"