Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
Pybind11
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
为了安全,强烈建议开启2FA双因子认证:User Settings -> Account -> Enable two-factor authentication!!!
Show more breadcrumbs
Yixiang Hu
Pybind11
Commits
bb79d7bd
Commit
bb79d7bd
authored
8 years ago
by
Wenzel Jakob
Browse files
Options
Downloads
Patches
Plain Diff
preparing for version 1.5 release
parent
dbe43ffc
No related branches found
Branches containing commit
Tags
v1.5
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/changelog.rst
+5
-1
5 additions, 1 deletion
docs/changelog.rst
pybind11/_version.py
+1
-1
1 addition, 1 deletion
pybind11/_version.py
with
6 additions
and
2 deletions
docs/changelog.rst
+
5
−
1
View file @
bb79d7bd
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
pybind11/_version.py
+
1
−
1
View file @
bb79d7bd
version_info
=
(
1
,
5
,
'
dev0
'
)
version_info
=
(
1
,
5
)
__version__
=
'
.
'
.
join
(
map
(
str
,
version_info
))
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment