Skip to content

Commit b04985d

Browse files
authored
Merge pull request #4694 from neutrinoceros/prep_rel_4.3.0
REL: prep release 4.3.0
2 parents 14c49c4 + e69240b commit b04985d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
# The short X.Y version.
7171
version = "4.3"
7272
# The full version, including alpha/beta/rc tags.
73-
release = "4.3-dev"
73+
release = "4.3.0"
7474

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build-backend = "setuptools.build_meta:__legacy__"
1313

1414
[project]
1515
name = "yt"
16-
version = "4.3.dev0"
16+
version = "4.3.0"
1717
description = "An analysis and visualization toolkit for volumetric data"
1818
authors = [
1919
{ name = "The yt project", email = "yt-dev@python.org" },
@@ -48,7 +48,7 @@ dependencies = [
4848
"ipywidgets>=8.0.0",
4949
"matplotlib>=3.5",
5050
"more-itertools>=8.4",
51-
"numpy>=1.19.3", # keep minimal requirement in sync with NPY_TARGET_VERSION
51+
"numpy>=1.19.3, <2", # keep minimal requirement in sync with NPY_TARGET_VERSION
5252
"packaging>=20.9",
5353
"pillow>=8.0.0",
5454
"tomli-w>=0.4.0",

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.3.dev0" # keep in sync with pyproject.toml
10+
__version__ = "4.3.0" # keep in sync with pyproject.toml
1111

1212

1313
class VersionTuple(NamedTuple):

0 commit comments

Comments
 (0)