Skip to content

Commit 4ef58b7

Browse files
Merge pull request #4511 from neutrinoceros/rel_4.2.1
2 parents 59cefaf + 0abdea7 commit 4ef58b7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
# The short X.Y version.
8080
version = "4.2"
8181
# The full version, including alpha/beta/rc tags.
82-
release = "4.2.0"
82+
release = "4.2.1"
8383

8484
# The language for content autogenerated by Sphinx. Refer to documentation
8585
# for a list of supported languages.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ requires = [
1515

1616
[project]
1717
name = "yt"
18-
version = "4.2.0"
18+
version = "4.2.1"
1919
description = "An analysis and visualization toolkit for volumetric data"
2020
authors = [
2121
{ name = "The yt project", email = "yt-dev@python.org" },

yt/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"version_info",
88
]
99

10-
__version__ = "4.2.0" # keep in sync with pyproject.toml
10+
__version__ = "4.2.1" # keep in sync with pyproject.toml
1111

1212

1313
class VersionTuple(NamedTuple):

0 commit comments

Comments
 (0)