From ac7f0bc3c51de092e500e051667e3d405794a814 Mon Sep 17 00:00:00 2001 From: mattijn Date: Wed, 30 Aug 2023 13:25:06 +0200 Subject: [PATCH] maint: bump version to 5.1.1 --- 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 99e174d62..51996ff64 100644 --- a/altair/__init__.py +++ b/altair/__init__.py @@ -1,5 +1,5 @@ # ruff: noqa -__version__ = "5.2.0dev" +__version__ = "5.1.1" from typing import Any diff --git a/doc/conf.py b/doc/conf.py index b78551ca1..04f97e9cd 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -76,7 +76,7 @@ # built documents. # # The short X.Y version. -version = "5.2.0dev" +version = "5.1.1" # The full version, including alpha/beta/rc tags. release = f"{version}"