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 cef4eef commit 4a62e03Copy full SHA for 4a62e03
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## Unreleased
4
+
5
+Nothing yet!
6
7
## [2.0.1] - 2025-06-15
8
9
- Pinned dependencies to a specific version to prevent incompatibility problems.
src/pyawaitable/__init__.py
@@ -9,7 +9,7 @@
"""
10
11
__all__ = ("include",)
12
-__version__ = "2.0.1"
+__version__ = "2.1.0-dev"
13
__author__ = "Peter Bierma"
14
15
0 commit comments