We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e419ccb + fc78af4 commit 1f754d8Copy full SHA for 1f754d8
3 files changed
doc/source/conf.py
@@ -79,7 +79,7 @@
79
# The short X.Y version.
80
version = "4.1"
81
# The full version, including alpha/beta/rc tags.
82
-release = "4.1.1"
+release = "4.1.2"
83
84
# The language for content autogenerated by Sphinx. Refer to documentation
85
# for a list of supported languages.
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = yt
3
-version = 4.1.1
+version = 4.1.2
4
description = An analysis and visualization toolkit for volumetric data
5
long_description = file: README.md
6
long_description_content_type = text/markdown
yt/_version.py
@@ -7,7 +7,7 @@
7
"version_info",
8
]
9
10
-__version__ = "4.1.1" # keep in sync with setup.cfg
+__version__ = "4.1.2" # keep in sync with setup.cfg
11
12
13
class VersionTuple(NamedTuple):
0 commit comments