Skip to content

Commit 3bf4518

Browse files
committed
maint: bump version to 5.2.0
1 parent 240c009 commit 3bf4518

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
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.2.0dev"
2+
__version__ = "5.2.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.2.0dev"
81+
version = "5.2.0"
8282
# The full version, including alpha/beta/rc tags.
8383
release = f"{version}"
8484

doc/releases/changes.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Release 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+
1925
Bug Fixes
2026
~~~~~~~~~
2127

0 commit comments

Comments
 (0)