Skip to content

Commit cef4eef

Browse files
Prepare for 2.0.1 release (#78)
1 parent aa0d989 commit cef4eef

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

3-
## Unreleased
3+
## [2.0.1] - 2025-06-15
4+
5+
- Pinned dependencies to a specific version to prevent incompatibility problems.
46

57
## [2.0.0] - 2025-03-30
68

src/pyawaitable/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"""
1010

1111
__all__ = ("include",)
12-
__version__ = "2.1.0-dev0"
12+
__version__ = "2.0.1"
1313
__author__ = "Peter Bierma"
1414

1515

0 commit comments

Comments
 (0)