Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
5f34c42d
Commit
5f34c42d
authored
Aug 03, 2021
by
Henry Schreiner
Browse files
chore: bump to version 2.7.1
parent
a2b78a8c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
include/pybind11/detail/common.h
include/pybind11/detail/common.h
+1
-1
pybind11/_version.py
pybind11/_version.py
+1
-1
setup.cfg
setup.cfg
+1
-0
No files found.
include/pybind11/detail/common.h
View file @
5f34c42d
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
#define PYBIND11_VERSION_MAJOR 2
#define PYBIND11_VERSION_MAJOR 2
#define PYBIND11_VERSION_MINOR 7
#define PYBIND11_VERSION_MINOR 7
#define PYBIND11_VERSION_PATCH 1
.dev1
#define PYBIND11_VERSION_PATCH 1
// Similar to Python's convention: https://docs.python.org/3/c-api/apiabiversion.html
// Similar to Python's convention: https://docs.python.org/3/c-api/apiabiversion.html
// Additional convention: 0xD = dev
// Additional convention: 0xD = dev
...
...
pybind11/_version.py
View file @
5f34c42d
...
@@ -8,5 +8,5 @@ def _to_int(s):
...
@@ -8,5 +8,5 @@ def _to_int(s):
return
s
return
s
__version__
=
"2.7.1
.dev1
"
__version__
=
"2.7.1"
version_info
=
tuple
(
_to_int
(
s
)
for
s
in
__version__
.
split
(
"."
))
version_info
=
tuple
(
_to_int
(
s
)
for
s
in
__version__
.
split
(
"."
))
setup.cfg
View file @
5f34c42d
...
@@ -20,6 +20,7 @@ classifiers =
...
@@ -20,6 +20,7 @@ classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
License :: OSI Approved :: BSD License
License :: OSI Approved :: BSD License
Programming Language :: Python :: Implementation :: PyPy
Programming Language :: Python :: Implementation :: PyPy
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: CPython
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment