Skip to content

Commit fc78af4

Browse files
committed
REL: bump version to 4.1.2
1 parent ed43d5d commit fc78af4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.1"
8181
# The full version, including alpha/beta/rc tags.
82-
release = "4.1.1"
82+
release = "4.1.2"
8383

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

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = yt
3-
version = 4.1.1
3+
version = 4.1.2
44
description = An analysis and visualization toolkit for volumetric data
55
long_description = file: README.md
66
long_description_content_type = text/markdown

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.1.1" # keep in sync with setup.cfg
10+
__version__ = "4.1.2" # keep in sync with setup.cfg
1111

1212

1313
class VersionTuple(NamedTuple):

0 commit comments

Comments
 (0)