We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cb8817 commit cf58aa6Copy full SHA for cf58aa6
CHANGELOG.md
@@ -2,6 +2,12 @@ Changelog
2
=========
3
4
5
+Version 2.5.1 (Mar 26, 2024)
6
+--------------------------
7
+Changes:
8
+- 🐛 Fixed: Missed numpy unsigned int types (#219) by @Yc7521
9
+
10
11
Version 2.5 (Mar 3, 2024)
12
--------------------------
13
Changes:
setup.py
@@ -6,7 +6,7 @@
maintainer_email="[email protected]",
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",
0 commit comments