diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c12397..f0c5447 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ Changelog ========= +Version 2.5 (Mar 3, 2024) +-------------------------- +Changes: +- 🐛 Fixed: Don't render pybind11 `KeysView`, `ValuesView`, `ItemsView` class definitions (#211) +- 🐛 Fixed: Escape backslashes in stub output (#208) + + Version 2.4.2 (Nov 27, 2023) -------------------------- Changes: diff --git a/setup.py b/setup.py index 7ad5092..bac3797 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.4.2", + version="2.5", long_description=open("README.md").read(), long_description_content_type="text/markdown", license="BSD",