Skip to content

Commit 400f557

Browse files
authored
Release 2.2.1 (#150)
1 parent aa99863 commit 400f557

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ Changelog
22
=========
33

44

5+
Version 2.2.1 (Sep 23, 2023)
6+
--------------------------
7+
Changes:
8+
- 📝 Updater `--print-invalid-expressions-as-is` description
9+
510
Version 2.2 (Sep 20, 2023)
611
--------------------------
712
Changes:

pybind11_stubgen/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,8 @@ def regex_colon_path(regex_path: str) -> tuple[re.Pattern, str]:
150150
"--print-invalid-expressions-as-is",
151151
default=False,
152152
action="store_true",
153-
help="Suppress invalid expression replacement with '...'",
153+
help="Suppress the replacement with '...' of invalid expressions"
154+
"found in annotations",
154155
)
155156

156157
parser.add_argument(

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
maintainer_email="[email protected]",
77
description="PEP 561 type stubs generator for pybind11 modules",
88
url="https://github.com/sizmailov/pybind11-stubgen",
9-
version="2.2",
9+
version="2.2.1",
1010
long_description=open("README.md").read(),
1111
long_description_content_type="text/markdown",
1212
license="BSD",

0 commit comments

Comments
 (0)