Skip to content

Commit 3432682

Browse files
authored
Merge pull request #99 from martinRenou/release014
Release 0.14.0
2 parents abbdd18 + 90e9286 commit 3432682

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ set(JSON_GIT_TAG v3.7.3)
2828
set(XEUS_GIT_TAG 2.4.1)
2929
set(PYBIND11_GIT_TAG v2.9.0)
3030
set(PYBIND11_JSON_GIT_TAG 0.2.11)
31-
set(XEUS_PYTHON_GIT_TAG 0.13.9)
31+
set(XEUS_PYTHON_GIT_TAG 0.14.0)
3232

3333
# pre-build non-cmake dependencies
3434
# ================================

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def cmake_process_manifest_hook(cmake_manifest):
7171
install_requires=[
7272
'pygments>=2.3.1,<3',
7373
'debugpy>=1.1.0',
74-
'xeus-python-shell >=0.3.1,<0.4'
74+
'xeus-python-shell >=0.4.1,<0.5'
7575
],
7676
setup_requires=setup_requires,
7777
cmake_args=['-DCMAKE_INSTALL_LIBDIR=lib', '-DPYTHON_EXECUTABLE:FILEPATH=' + python_path],

0 commit comments

Comments
 (0)