We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fcb77e commit f0b691eCopy full SHA for f0b691e
altair/__init__.py
@@ -1,5 +1,5 @@
1
# ruff: noqa
2
-__version__ = "5.4.0dev"
+__version__ = "5.4.0"
3
4
# The content of __all__ is automatically written by
5
# tools/update_init_file.py. Do not modify directly.
doc/conf.py
@@ -78,7 +78,7 @@
78
# built documents.
79
#
80
# The short X.Y version.
81
-version = "5.4.0dev"
+version = "5.4.0"
82
# The full version, including alpha/beta/rc tags.
83
release = f"{version}"
84
0 commit comments