Skip to content

Commit

Permalink
patch release 2.3.1 for Windows ssize_t -> Py_ssize_t
Browse files Browse the repository at this point in the history
  • Loading branch information
wlav committed Apr 3, 2022
1 parent e6cac07 commit efa29ba
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ See :doc:`packages <packages>`, for details on the package structure.
PyPy support lags CPython support.


2022-04-03: 2.3.1
-----------------
* Use portable type Py_ssize_t instead of ssize_t


2022-03-08: 2.3.0
-----------------

Expand Down
2 changes: 1 addition & 1 deletion python/cppyy/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.3.0'
__version__ = '2.3.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
requirements = ['cppyy-backend<=1.10', 'cppyy-cling<=6.18.2.3']
except ImportError:
# CPython
requirements = ['CPyCppyy==1.12.9', 'cppyy-backend==1.14.8', 'cppyy-cling==6.25.3']
requirements = ['CPyCppyy==1.12.10', 'cppyy-backend==1.14.8', 'cppyy-cling==6.25.3']

setup_requirements = ['wheel']
if 'build' in sys.argv or 'install' in sys.argv:
Expand Down

0 comments on commit efa29ba

Please sign in to comment.