We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4ae2e5 commit 51cc96cCopy full SHA for 51cc96c
CHANGELOG.md
@@ -1,6 +1,14 @@
1
Changelog
2
=========
3
4
+Version 2.0 (Sep 1, 2023)
5
+--------------------------
6
+Changes:
7
+
8
+- 🐛 Explicitly set encoding of stubs to utf-8 (#133)
9
+- 🐛 Fix value representation for collections with print-unsafe elements (#132)
10
11
12
Version 2.0.dev1 (Sep 1, 2023)
13
--------------------------
14
Changes:
setup.py
@@ -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.0.dev1",
+ version="2.0",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
license="BSD",
0 commit comments