File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11# ruff: noqa
2- __version__ = "5.2.0dev "
2+ __version__ = "5.2.0 "
33
44from typing import Any
55
Original file line number Diff line number Diff line change 7878# built documents.
7979#
8080# The short X.Y version.
81- version = "5.2.0dev "
81+ version = "5.2.0 "
8282# The full version, including alpha/beta/rc tags.
8383release = f"{ version } "
8484
Original file line number Diff line number Diff line change 33Release Notes
44=============
55
6- Version 5.2.0 (unreleased month date, year )
6+ Version 5.2.0 (released Nov 28, 2023 )
77-------------------------------------------
88- Update Vega-Lite from version 5.15.1 to version 5.16.3;
99 see `Vega-Lite Release Notes <https://github.com/vega/vega-lite/releases >`_.
@@ -16,6 +16,12 @@ Enhancements
1616- Pass `formatLocale ` and `timeFormatLocale ` through to vl-convert to support locales in static image export (#3274)
1717- Vega-Altair is now a typed package, with type annotations for all public functions and classes and some of the internal code (#2951)
1818
19+ Maintenance
20+ ~~~~~~~~~~~
21+
22+ - Vega-Altair now uses ``ruff `` for maintaining code quality & consistency (#3243)
23+ - Vega-Altair is tested against Python 3.12 (#3235)
24+
1925Bug Fixes
2026~~~~~~~~~
2127
You can’t perform that action at this time.
0 commit comments