Codebase list cppy / 04044a77-475b-4802-98fd-810c280945e3/upstream/master releasenotes.rst
04044a77-475b-4802-98fd-810c280945e3/upstream/master

Tree @04044a77-475b-4802-98fd-810c280945e3/upstream/master (Download .tar.gz)

releasenotes.rst @04044a77-475b-4802-98fd-810c280945e3/upstream/masterraw · history · blame

Cppy Release Notes
==================

1.1.1 - unreleased
------------------
- do not access directly ob_type on PyObject use Py_TYPE

1.1.0 - 06/25/2020
------------------
- drop Python 2 support PR #3
- add documentation and tests PR #3
- add cast_py_tp_doc to cast "cleanly" to void* for use in PyType_Slot

1.0.2 - 09/28/2014
------------------
- update license header

1.0.1 - 09/28/2014
------------------
- fix Python 3 int check

1.0.0 - 09/24/2014
------------------
- first release