Skip to content

Commit

Permalink
Merge pull request #4648 from neutrinoceros/rel_4.2.2
Browse files Browse the repository at this point in the history
REL: bump version to 4.2.2
  • Loading branch information
matthewturk committed Aug 25, 2023
2 parents b91ce72 + d74edb0 commit 9e2bf0e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down
2 changes: 1 addition & 1 deletion yt/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 9e2bf0e

Please sign in to comment.