From 0abdea7eab148e54a28da09e7becc26da17cbf95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Robert?= Date: Thu, 15 Jun 2023 13:44:46 +0200 Subject: [PATCH] REL: bump version to 4.2.1 --- doc/source/conf.py | 2 +- pyproject.toml | 2 +- yt/_version.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 85a24075f69..02bd2a3b22e 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -79,7 +79,7 @@ # The short X.Y version. version = "4.2" # The full version, including alpha/beta/rc tags. -release = "4.2.0" +release = "4.2.1" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pyproject.toml b/pyproject.toml index 8ec6655e505..142071c314b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ requires = [ [project] name = "yt" -version = "4.2.0" +version = "4.2.1" description = "An analysis and visualization toolkit for volumetric data" authors = [ { name = "The yt project", email = "yt-dev@python.org" }, diff --git a/yt/_version.py b/yt/_version.py index a782bd0bccb..8bc587c180e 100644 --- a/yt/_version.py +++ b/yt/_version.py @@ -7,7 +7,7 @@ "version_info", ] -__version__ = "4.2.0" # keep in sync with pyproject.toml +__version__ = "4.2.1" # keep in sync with pyproject.toml class VersionTuple(NamedTuple):