Skip to content

Commit

Permalink
Release 2.3.7 (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
sizmailov authored Nov 18, 2023
1 parent 1b04a81 commit 223fa12
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

Version 2.3.7 (Nov 18, 2023)
--------------------------
Changes:
- 🐛 fix: Handle top-level list-like annotations as types (#183)


Version 2.3.6 (Oct 24, 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="sergei.a.izmailov@gmail.com",
description="PEP 561 type stubs generator for pybind11 modules",
url="https://github.com/sizmailov/pybind11-stubgen",
version="2.3.6",
version="2.3.7",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
license="BSD",
Expand Down

0 comments on commit 223fa12

Please sign in to comment.