Skip to content

Commit

Permalink
Release 2.3.2 (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
sizmailov authored Oct 21, 2023
1 parent 194e8f5 commit 192aad9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
Changelog
=========

Version 2.3.2 (Oct 21, 2023)
--------------------------
Changes:
- 🐛 fix: Missing function name in error message (#165)


Version 2.3.1 (Oct 21, 2023)
--------------------------
Changes:
- 🐛 fix: Crash on `None`-valued docstring of property getter (#161)


Version 2.3 (Sep 27, 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="[email protected]",
description="PEP 561 type stubs generator for pybind11 modules",
url="https://github.com/sizmailov/pybind11-stubgen",
version="2.3.1",
version="2.3.2",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
license="BSD",
Expand Down

0 comments on commit 192aad9

Please sign in to comment.