Skip to content

Commit 4a2e7f1

Browse files
committed
chore: bump version to 5.3.0
1 parent 86c5411 commit 4a2e7f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

altair/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ruff: noqa
2-
__version__ = "5.3.0dev"
2+
__version__ = "5.3.0"
33

44
from typing import Any
55

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
# built documents.
7979
#
8080
# The short X.Y version.
81-
version = "5.3.0dev"
81+
version = "5.3.0"
8282
# The full version, including alpha/beta/rc tags.
8383
release = f"{version}"
8484

0 commit comments

Comments
 (0)