Skip to content

Commit

Permalink
Release 2.2.1 (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
sizmailov authored Sep 23, 2023
1 parent aa99863 commit 400f557
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ Changelog
=========


Version 2.2.1 (Sep 23, 2023)
--------------------------
Changes:
- 📝 Updater `--print-invalid-expressions-as-is` description

Version 2.2 (Sep 20, 2023)
--------------------------
Changes:
Expand Down
3 changes: 2 additions & 1 deletion pybind11_stubgen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ def regex_colon_path(regex_path: str) -> tuple[re.Pattern, str]:
"--print-invalid-expressions-as-is",
default=False,
action="store_true",
help="Suppress invalid expression replacement with '...'",
help="Suppress the replacement with '...' of invalid expressions"
"found in annotations",
)

parser.add_argument(
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.2",
version="2.2.1",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
license="BSD",
Expand Down

0 comments on commit 400f557

Please sign in to comment.