Skip to content

Commit afb3fdb

Browse files
authored
Release 2.0.2 (#140)
1 parent 6afb2f8 commit afb3fdb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ Changelog
22
=========
33

44

5+
Version 2.0.2 (Sep 4, 2023)
6+
--------------------------
7+
Changes:
8+
9+
- 🐛 Fix: missing `isinstance` check (#138)
10+
511
Version 2.0.1 (Sep 2, 2023)
612
--------------------------
713
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.0.1",
9+
version="2.0.2",
1010
long_description=open("README.md").read(),
1111
long_description_content_type="text/markdown",
1212
license="BSD",

0 commit comments

Comments
 (0)