Skip to content

Commit 6cfda36

Browse files
authored
Release 2.4.1 (#198)
1 parent 731969b commit 6cfda36

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
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+
412
Version 2.4 (Nov 21, 2023)
513
--------------------------
614
Changes:

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.4",
9+
version="2.4.1",
1010
long_description=open("README.md").read(),
1111
long_description_content_type="text/markdown",
1212
license="BSD",

0 commit comments

Comments
 (0)