Skip to content

Commit

Permalink
preparing for version 1.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wjakob committed Apr 21, 2016
1 parent dbe43ff commit bb79d7b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pybind11/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (1, 5, 'dev0')
version_info = (1, 5)
__version__ = '.'.join(map(str, version_info))

0 comments on commit bb79d7b

Please sign in to comment.