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 eabcd4c commit bcbb324Copy full SHA for bcbb324
CHANGELOG.md
@@ -1,6 +1,12 @@
1
Changelog
2
=========
3
4
+Version 2.5.4 (May 14, 2025)
5
+--------------------------
6
+Changes:
7
+- ✨ Add `argv` to `main()` to simplify use as a library (#252) by @gentlegiantJGC
8
+- 🐛 Improve package detection (#253) by @gentlegiantJGC
9
+
10
Version 2.5.3 (Feb 24, 2025)
11
--------------------------
12
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.3",
+ version="2.5.4",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
license="BSD",
0 commit comments