Skip to content

Commit 8a6dca3

Browse files
authored
Merge pull request #4308 from matthewturk/prep_rel_4.1.4
REL: Bump version numbers to 4.1.4
2 parents 4aaf1e2 + c14ac81 commit 8a6dca3

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.3"
82+
release = "4.1.4"
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.3
3+
version = 4.1.4
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.3" # keep in sync with setup.cfg
10+
__version__ = "4.1.4" # keep in sync with setup.cfg
1111

1212

1313
class VersionTuple(NamedTuple):

0 commit comments

Comments
 (0)