File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ Changelog
66Starting with version 1.8.0, pybind11 releases use a `semantic versioning
77<http://semver.org> `_ policy.
88
9- v2.6.0 (IN PROGRESS )
10- --------------------
9+ v2.6.0 (Oct 21, 2020 )
10+ ---------------------
1111
1212See :ref: `upgrade-guide-2.6 ` for help upgrading to the new version.
1313
Original file line number Diff line number Diff line change 1111
1212#define PYBIND11_VERSION_MAJOR 2
1313#define PYBIND11_VERSION_MINOR 6
14- #define PYBIND11_VERSION_PATCH 0rc3
14+ #define PYBIND11_VERSION_PATCH 0
1515
1616#define PYBIND11_NAMESPACE_BEGIN (name ) namespace name {
1717#define PYBIND11_NAMESPACE_END (name ) }
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ def _to_int(s):
88 return s
99
1010
11- __version__ = "2.6.0rc3 "
11+ __version__ = "2.6.0 "
1212version_info = tuple (_to_int (s ) for s in __version__ .split ("." ))
You can’t perform that action at this time.
0 commit comments