Skip to content

Commit

Permalink
maint: bump version to 5.3.0dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mattijn committed Nov 28, 2023
1 parent 3bf4518 commit e1bb266
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion altair/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ruff: noqa
__version__ = "5.2.0"
__version__ = "5.3.0dev"

from typing import Any

Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
# built documents.
#
# The short X.Y version.
version = "5.2.0"
version = "5.3.0dev"
# The full version, including alpha/beta/rc tags.
release = f"{version}"

Expand Down
10 changes: 10 additions & 0 deletions doc/releases/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
Release Notes
=============

Version 5.3.0 (unreleased month day, year)
--------------------------

Enhancements
~~~~~~~~~~~~
Bug Fixes
~~~~~~~~~
Backward-Incompatible Changes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Version 5.2.0 (released Nov 28, 2023)
-------------------------------------------
- Update Vega-Lite from version 5.15.1 to version 5.16.3;
Expand Down

0 comments on commit e1bb266

Please sign in to comment.