File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 61
61
# built documents.
62
62
#
63
63
# The short X.Y version.
64
- version = '2.3 '
64
+ version = '2.2 '
65
65
# The full version, including alpha/beta/rc tags.
66
- release = '2.3.dev0 '
66
+ release = '2.2.1 '
67
67
68
68
# The language for content autogenerated by Sphinx. Refer to documentation
69
69
# for a list of supported languages.
Original file line number Diff line number Diff line change 92
92
#endif
93
93
94
94
#define PYBIND11_VERSION_MAJOR 2
95
- #define PYBIND11_VERSION_MINOR 3
96
- #define PYBIND11_VERSION_PATCH dev0
95
+ #define PYBIND11_VERSION_MINOR 2
96
+ #define PYBIND11_VERSION_PATCH 1
97
97
98
98
// / Include Python header, disable linking to pythonX_d.lib on Windows in debug mode
99
99
#if defined(_MSC_VER)
Original file line number Diff line number Diff line change 1
- version_info = (2 , 3 , 'dev0' )
1
+ version_info = (2 , 2 , 1 )
2
2
__version__ = '.' .join (map (str , version_info ))
You can’t perform that action at this time.
0 commit comments