diff --git a/CHANGELOG.md b/CHANGELOG.md index 607db2a..a275f7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Changelog ========= +Version 2.3.4 (Oct 23, 2023) +-------------------------- +Changes: +- 🐛 fix: Misleading warning that referred to ignored errors (#171) + + Version 2.3.3 (Oct 22, 2023) -------------------------- Changes: diff --git a/setup.py b/setup.py index 4fdcc44..993963a 100644 --- a/setup.py +++ b/setup.py @@ -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.3.3", + version="2.3.4", long_description=open("README.md").read(), long_description_content_type="text/markdown", license="BSD",