File: releasenotes.rst

package info (click to toggle)
cppy 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 184 kB
  • sloc: cpp: 390; ansic: 62; python: 60; makefile: 13
file content (20 lines) | stat: -rw-r--r-- 397 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Cppy Release Notes
===================

1.1.0 - unreleased
------------------
- 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