diff --git a/CHANGELOG.md b/CHANGELOG.md index f0c5447..8533ebf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ Changelog ========= +Version 2.5.1 (Mar 26, 2024) +-------------------------- +Changes: +- 🐛 Fixed: Missed numpy unsigned int types (#219) by @Yc7521 + + Version 2.5 (Mar 3, 2024) -------------------------- Changes: diff --git a/setup.py b/setup.py index bac3797..a49544c 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ maintainer_email="sergei.a.izmailov@gmail.com", description="PEP 561 type stubs generator for pybind11 modules", url="https://github.com/sizmailov/pybind11-stubgen", - version="2.5", + version="2.5.1", long_description=open("README.md").read(), long_description_content_type="text/markdown", license="BSD",