mirror of
https://github.com/pybind/pybind11.git
synced 2026-05-14 02:03:34 +00:00
docs: preparation for v2.11.0 release (#4744)
* Remove .dev1 from version number. * Update Changelog (starting from `nox -s make_changelog` output) * Miscellaneous minor fixes from proofreading in GitHub web view. * docs: minor changelog updates Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> --------- Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> Co-authored-by: Henry Schreiner <henryschreineriii@gmail.com>
This commit is contained in:
committed by
GitHub
parent
b33d06f615
commit
1a917f1852
@@ -8,5 +8,5 @@ def _to_int(s: str) -> Union[int, str]:
|
||||
return s
|
||||
|
||||
|
||||
__version__ = "2.11.0.dev1"
|
||||
__version__ = "2.11.0"
|
||||
version_info = tuple(_to_int(s) for s in __version__.split("."))
|
||||
|
||||
Reference in New Issue
Block a user