Skip to content

Commit

Permalink
This made a mess
Browse files Browse the repository at this point in the history
  • Loading branch information
jzuhone committed Feb 2, 2024
1 parent 4511429 commit ec3079e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
ChangeLog
=========

Version 4.3.2
Version 4.3.3
-------------

This version of pyXSIM contains a bugfix and updates compatibility with other
Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@
# built documents.
#
# The short X.Y version.
version = "4.3.2"
version = "4.3.3"
# The full version, including alpha/beta/rc tags.
release = "4.3.2"
release = "4.3.3"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ pyXSIM is released under a
Current Version
---------------

The current stable version is 4.3.2. See the :ref:`changelog` for details on
The current stable version is 4.3.3. See the :ref:`changelog` for details on
changes from previous versions.

Table of Contents
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ requires = [
# https://github.com/numpy/numpy/releases/tag/v1.19.2
# Cython 3.0 is the next version after 0.29, and a major change,
# we forbid it until we can properly test against it
"Cython>=0.29.21,<3.0",
"Cython>=0.29.21",
"oldest-supported-numpy",
]

Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"unyt>=2.9.5",
"soxs>=4.6.0",
"tqdm",
"cython",
],
include_package_data=True,
ext_modules=cython_extensions,
Expand Down

0 comments on commit ec3079e

Please sign in to comment.