Skip to content

Commit ff57b28

Browse files
authored
Release 2.3.3 (#169)
1 parent f6108c2 commit ff57b28

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
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
Version 2.3.3 (Oct 22, 2023)
5+
--------------------------
6+
Changes:
7+
- 🐛 fix: The `typing.Annotated` does not exist in python < 3.9, use `typing_extensions` (#168)
8+
9+
410
Version 2.3.2 (Oct 21, 2023)
511
--------------------------
612
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.3.2",
9+
version="2.3.3",
1010
long_description=open("README.md").read(),
1111
long_description_content_type="text/markdown",
1212
license="BSD",

0 commit comments

Comments
 (0)