Skip to content

2.3.0

Compare
Choose a tag to compare
@oschwald oschwald released this 09 May 20:06
f8d93b3
  • IMPORTANT: Python 3.7 or greater is required. If you are using an older
    version, please use an earlier release.
  • distutils is no longer used for building the C extension.
  • Missing Py_INCREF was added to module initialization for the C
    extension. Pull request by R. Christian McDonald. GitHub #106.