We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 493649f commit c4a8b5bCopy full SHA for c4a8b5b
include/pybind11/detail/common.h
@@ -11,7 +11,7 @@
11
12
#define PYBIND11_VERSION_MAJOR 2
13
#define PYBIND11_VERSION_MINOR 6
14
-#define PYBIND11_VERSION_PATCH 0rc1
+#define PYBIND11_VERSION_PATCH 0rc2
15
16
#define PYBIND11_NAMESPACE_BEGIN(name) namespace name {
17
#define PYBIND11_NAMESPACE_END(name) }
pybind11/_version.py
@@ -8,5 +8,5 @@ def _to_int(s):
8
return s
9
10
-__version__ = "2.6.0rc1"
+__version__ = "2.6.0rc2"
version_info = tuple(_to_int(s) for s in __version__.split("."))
0 commit comments