Skip to content

Commit

Permalink
Merge pull request #4694 from neutrinoceros/prep_rel_4.3.0
Browse files Browse the repository at this point in the history
REL: prep release 4.3.0
  • Loading branch information
Xarthisius committed Oct 10, 2023
2 parents 14c49c4 + e69240b commit b04985d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
# The short X.Y version.
version = "4.3"
# The full version, including alpha/beta/rc tags.
release = "4.3-dev"
release = "4.3.0"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ build-backend = "setuptools.build_meta:__legacy__"

[project]
name = "yt"
version = "4.3.dev0"
version = "4.3.0"
description = "An analysis and visualization toolkit for volumetric data"
authors = [
{ name = "The yt project", email = "yt-dev@python.org" },
Expand Down Expand Up @@ -48,7 +48,7 @@ dependencies = [
"ipywidgets>=8.0.0",
"matplotlib>=3.5",
"more-itertools>=8.4",
"numpy>=1.19.3", # keep minimal requirement in sync with NPY_TARGET_VERSION
"numpy>=1.19.3, <2", # keep minimal requirement in sync with NPY_TARGET_VERSION
"packaging>=20.9",
"pillow>=8.0.0",
"tomli-w>=0.4.0",
Expand Down
2 changes: 1 addition & 1 deletion yt/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"version_info",
]

__version__ = "4.3.dev0" # keep in sync with pyproject.toml
__version__ = "4.3.0" # keep in sync with pyproject.toml


class VersionTuple(NamedTuple):
Expand Down

0 comments on commit b04985d

Please sign in to comment.