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 a93f89e commit 16521f8Copy full SHA for 16521f8
CHANGELOG.md
@@ -1,7 +1,7 @@
1
Changelog
2
=========
3
4
-Version 2.2.1 (Sep 23, 2023)
+Version 2.2.2 (Sep 26, 2023)
5
--------------------------
6
Changes:
7
- 🐛 fix: Missing `-?` in eum representation regex
setup.py
@@ -6,7 +6,7 @@
maintainer_email="[email protected]",
description="PEP 561 type stubs generator for pybind11 modules",
8
url="https://github.com/sizmailov/pybind11-stubgen",
9
- version="2.2.1",
+ version="2.2.2",
10
long_description=open("README.md").read(),
11
long_description_content_type="text/markdown",
12
license="BSD",
0 commit comments