mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-22 05:05:11 +00:00
preparing for version 1.5 release
This commit is contained in:
parent
dbe43ffcce
commit
bb79d7bdc0
@ -3,7 +3,11 @@
|
||||
Changelog
|
||||
#########
|
||||
|
||||
1.5 (not yet released)
|
||||
1.6 (not yet released)
|
||||
----------------------
|
||||
* TBD
|
||||
|
||||
1.5 (April 21, 2016)
|
||||
----------------------
|
||||
* For polymorphic types, use RTTI to try to return the closest type registered with pybind11
|
||||
* Pickling support for serializing and unserializing C++ instances to a byte stream in Python
|
||||
|
@ -1,2 +1,2 @@
|
||||
version_info = (1, 5, 'dev0')
|
||||
version_info = (1, 5)
|
||||
__version__ = '.'.join(map(str, version_info))
|
||||
|
Loading…
Reference in New Issue
Block a user