Compare commits

..

3 Commits

Author SHA1 Message Date
github-actions
19d066970e bump version to 2.7.11 2026-07-17 17:37:04 +00:00
Ian McEwen
485d860911 use right repository name for daily simradio testing 2026-07-17 10:32:07 -07:00
Ian McEwen
e6f07123f6 Merge pull request #958 from meshtastic/tcp-graceful-close
Half-close TCP connections so the last write is not lost
2026-07-17 10:29:15 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ permissions:
jobs:
simradio_testing:
runs-on: ubuntu-latest
if: github.repository == 'meshtastic/meshtastic-python'
if: github.repository == 'meshtastic/python'
steps:
- uses: actions/checkout@v4
with:

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "meshtastic"
version = "2.7.10"
version = "2.7.11"
description = "Python API & client shell for talking to Meshtastic devices"
authors = ["Meshtastic Developers <contact@meshtastic.org>"]
license = "GPL-3.0-only"