Skip to content

Commit

Permalink
[FIX] bump to pre-release 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
arc-hugo committed Dec 18, 2024
1 parent c5ccce8 commit b9abd06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.5"
__version__ = "1.1.6b0"
4 changes: 2 additions & 2 deletions src/seahorse/game/io_stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,8 +350,8 @@ async def stop(task):
except asyncio.CancelledError:
pass

# Stop TCPSite to close socket and runner
await site.stop()
# Cleanup runner to release socket
await self.runner.cleanup()

# Blocking call to the procedure
self.event_loop.run_until_complete(stop(task))

0 comments on commit b9abd06

Please sign in to comment.