Skip to content

Commit

Permalink
Prepare for 2.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bmerry committed Jan 16, 2025
1 parent 91e313f commit 4ebf90c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

.. rubric:: Version 2.0.2

- Support async-timeout 5.0 (and remove support for pre-1.3 versions).

.. rubric:: Version 2.0.1

- Disconnect a client if it is not able to keep up with ``#sensor-status``
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ keywords = [
"katcp",
]
dependencies = [
"async-timeout",
"async-timeout>=1.3.0", # For async context manager support
"decorator>=4.1",
"katcp-codec",
"typing-extensions",
Expand Down

0 comments on commit 4ebf90c

Please sign in to comment.