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 b948e76 commit d7d488fCopy full SHA for d7d488f
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Changelog
2
3
+## Unreleased
4
+
5
## [2.0.0] - 2025-03-30
6
7
- Moved away from function pointer tables for loading PyAwaitable--everything is now vendored upon installation.
src/pyawaitable/__init__.py
@@ -9,7 +9,7 @@
9
"""
10
11
__all__ = ("include",)
12
-__version__ = "2.0.0"
+__version__ = "2.1.0-dev0"
13
__author__ = "Peter Bierma"
14
15
0 commit comments