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