File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+
5+ Version 2.4.1 (Nov 25, 2023)
6+ --------------------------
7+ Changes:
8+ - ✨ Automatically replace invalid enum expressions with corresponding valid expression & import (#196 ) contributed by @ringohoffman
9+ - 🐛 Fixed: do not remove ` self ` parameter annotation when types do not match (#195 ) contributed by @ringohoffman
10+
11+
412Version 2.4 (Nov 21, 2023)
513--------------------------
614Changes:
Original file line number Diff line number Diff line change 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.4" ,
9+ version = "2.4.1 " ,
1010 long_description = open ("README.md" ).read (),
1111 long_description_content_type = "text/markdown" ,
1212 license = "BSD" ,
You can’t perform that action at this time.
0 commit comments