File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6363# The short X.Y version.
6464version = '2.4'
6565# The full version, including alpha/beta/rc tags.
66- release = '2.4.2 '
66+ release = '2.4.dev3 '
6767
6868# The language for content autogenerated by Sphinx. Refer to documentation
6969# for a list of supported languages.
Original file line number Diff line number Diff line change 9494
9595#define PYBIND11_VERSION_MAJOR 2
9696#define PYBIND11_VERSION_MINOR 4
97- #define PYBIND11_VERSION_PATCH 2
97+ #define PYBIND11_VERSION_PATCH dev3
9898
9999// / Include Python header, disable linking to pythonX_d.lib on Windows in debug mode
100100#if defined(_MSC_VER)
Original file line number Diff line number Diff line change 1- version_info = (2 , 4 , 2 )
1+ version_info = (2 , 4 , 'dev3' )
22__version__ = '.' .join (map (str , version_info ))
You can’t perform that action at this time.
0 commit comments