Skip to content

Commit

Permalink
version 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
arc-hugo committed Dec 18, 2024
1 parent a71d2c2 commit c5ccce8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/seahorse/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2023-present U.N. Owen <[email protected]>
#
# SPDX-License-Identifier: MIT
__version__ = "1.1.4b"
__version__ = "1.1.5"
2 changes: 1 addition & 1 deletion src/seahorse/game/io_stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ async def stop(task):
await task
except asyncio.CancelledError:
pass

# Stop TCPSite to close socket and runner
await site.stop()

Expand Down

0 comments on commit c5ccce8

Please sign in to comment.