From d74edb0b6b09481419dc96901f4314390ce52f9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Robert?= Date: Thu, 24 Aug 2023 12:14:31 +0200 Subject: [PATCH] REL: bump version to 4.2.2 --- 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 02bd2a3b22e..16c26718afc 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.1" +release = "4.2.2" # 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 b92a14adcae..2bafa16979c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ requires = [ [project] name = "yt" -version = "4.2.1" +version = "4.2.2" 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 8bc587c180e..6169a246478 100644 --- a/yt/_version.py +++ b/yt/_version.py @@ -7,7 +7,7 @@ "version_info", ] -__version__ = "4.2.1" # keep in sync with pyproject.toml +__version__ = "4.2.2" # keep in sync with pyproject.toml class VersionTuple(NamedTuple):