mirror of
https://github.com/pybind/pybind11.git
synced 2026-03-14 20:27:47 +00:00
Update version number to v3.0.2 (final) and set release date in changelog.md to February 16, 2026 (#5985)
This commit is contained in:
committed by
GitHub
parent
44a0cd241e
commit
45fab4087e
@@ -13,7 +13,7 @@ Changes will be added here periodically from the "Suggested changelog
|
||||
entry" block in pull request descriptions.
|
||||
|
||||
|
||||
## Version 3.0.2 (release date TBD)
|
||||
## Version 3.0.2 (February 16, 2026)
|
||||
|
||||
New Features:
|
||||
|
||||
|
||||
@@ -24,10 +24,10 @@
|
||||
// - The release level is set to "alpha" for development versions.
|
||||
// Use 0xA0 (LEVEL=0xA, SERIAL=0) for development versions.
|
||||
// - For stable releases, set the serial to 0.
|
||||
#define PYBIND11_VERSION_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
|
||||
#define PYBIND11_VERSION_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
|
||||
#define PYBIND11_VERSION_RELEASE_SERIAL 0
|
||||
// String version of (micro, release level, release serial), e.g.: 0a0, 0b1, 0rc1, 0
|
||||
#define PYBIND11_VERSION_PATCH 2a0
|
||||
#define PYBIND11_VERSION_PATCH 2
|
||||
/* -- end version constants -- */
|
||||
|
||||
#if !defined(Py_PACK_FULL_VERSION)
|
||||
|
||||
Reference in New Issue
Block a user