There was an error while loading. Please reload this page.
1 parent 9e834d1 commit ac46c10Copy full SHA for ac46c10
2 files changed
CHANGELOG.md
@@ -1,6 +1,13 @@
1
Changelog
2
=========
3
4
+Version 2.5.5 (Aug 10, 2025)
5
+--------------------------
6
+Changes:
7
+- 🐛 Fix the type annotation for `__all__` (#261) by @sarlinpe
8
+- 🐛 Handle boolean numpy arrays (#260) by @sarlinpe
9
+- 🐛 Fix `qualname` prefix in pybind11 3.0.0 (#259) by @gentlegiantJGC
10
+
11
Version 2.5.4 (May 14, 2025)
12
--------------------------
13
Changes:
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.4",
+ version="2.5.5",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
license="BSD",
0 commit comments