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:
Ralf W. Grosse-Kunstleve
2026-02-17 11:31:46 +07:00
committed by GitHub
parent 44a0cd241e
commit 45fab4087e
2 changed files with 3 additions and 3 deletions

View File

@@ -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:

View File

@@ -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)