Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
bb79d7bd
Commit
bb79d7bd
authored
Apr 21, 2016
by
Wenzel Jakob
Browse files
preparing for version 1.5 release
parent
dbe43ffc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
docs/changelog.rst
docs/changelog.rst
+5
-1
pybind11/_version.py
pybind11/_version.py
+1
-1
No files found.
docs/changelog.rst
View file @
bb79d7bd
...
@@ -3,7 +3,11 @@
...
@@ -3,7 +3,11 @@
Changelog
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
* 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
* Pickling support for serializing and unserializing C++ instances to a byte stream in Python
...
...
pybind11/_version.py
View file @
bb79d7bd
version_info
=
(
1
,
5
,
'dev0'
)
version_info
=
(
1
,
5
)
__version__
=
'.'
.
join
(
map
(
str
,
version_info
))
__version__
=
'.'
.
join
(
map
(
str
,
version_info
))
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment