Skip to content

Commit

Permalink
Release 2.4.1 (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
sizmailov authored Nov 25, 2023
1 parent 731969b commit 6cfda36
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========


Version 2.4.1 (Nov 25, 2023)
--------------------------
Changes:
- ✨ Automatically replace invalid enum expressions with corresponding valid expression & import (#196) contributed by @ringohoffman
- 🐛 Fixed: do not remove `self` parameter annotation when types do not match (#195) contributed by @ringohoffman


Version 2.4 (Nov 21, 2023)
--------------------------
Changes:
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="sergei.a.izmailov@gmail.com",
description="PEP 561 type stubs generator for pybind11 modules",
url="https://github.com/sizmailov/pybind11-stubgen",
version="2.4",
version="2.4.1",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
license="BSD",
Expand Down

0 comments on commit 6cfda36

Please sign in to comment.