Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 918 Bytes

File metadata and controls

27 lines (24 loc) · 918 Bytes

HOWTO

Update version number

To update the version number update the lines in these files:

  • CMakeLists.txt
ADD_DEFINITIONS(-DDEVSIM_VERSION_STRING=\"2.10.0\")
  • dist/bdist_wheel/setup.cfg
version = 2.9.2

Update minimum python version

  • dist/bdist_wheel/setup.cfg
py-limited-api = cp39
  • src/pythonapi/CMakeLists.txt
target_compile_definitions(pythonapi_interpreter_py3 PRIVATE -DDEVSIM_MODULE_NAME=devsim_py3 -DPy_LIMITED_API=0x03090000)