Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
pub
pybind11
Commits
e85e9d82
Commit
e85e9d82
authored
8 years ago
by
Wenzel Jakob
Browse files
Options
Download
Email Patches
Plain Diff
preparing for v1.6 release
parent
fb87dce9
v1.6
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/changelog.rst
+2
-1
docs/changelog.rst
pybind11/_version.py
+1
-1
pybind11/_version.py
with
3 additions
and
2 deletions
+3
-2
docs/changelog.rst
+
2
-
1
View file @
e85e9d82
...
...
@@ -3,7 +3,7 @@
Changelog
#########
1.6 (April
28
, 2016)
1.6 (April
30
, 2016)
----------------------
* Added a new ``move`` return value policy that triggers C++11 move semantics.
The automatic return value policy falls back to this case whenever a rvalue
...
...
@@ -11,6 +11,7 @@ Changelog
* Significantly more general GIL state routines that are used instead of
Python's troublesome ``PyGILState_Ensure`` and ``PyGILState_Release`` API
* Redesign of opaque types that drastically simplifies their usage
* Extended ability to pass values of type ``[const] void *``
* ``keep_alive`` fix: don't fail when there is no patient
* ``functional.h``: acquire the GIL before calling a Python function
* Added Python RAII type wrappers ``none`` and ``iterable``
...
...
This diff is collapsed.
Click to expand it.
pybind11/_version.py
+
1
-
1
View file @
e85e9d82
version_info
=
(
1
,
6
,
'dev0'
)
version_info
=
(
1
,
6
)
__version__
=
'.'
.
join
(
map
(
str
,
version_info
))
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets