mirror of
https://github.com/meshtastic/python.git
synced 2026-01-20 05:37:57 -05:00
Compare commits
1 Commits
2.5.6
...
2.5.6post1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d66b8fa9dd |
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -24,9 +24,9 @@ jobs:
|
|||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip3 install poetry
|
pip3 install poetry
|
||||||
|
|
||||||
- name: Bump version
|
#- name: Bump version
|
||||||
run: >-
|
# run: >-
|
||||||
poetry version patch
|
# poetry version patch
|
||||||
|
|
||||||
- name: Get version
|
- name: Get version
|
||||||
id: get_version
|
id: get_version
|
||||||
|
|||||||
@@ -29,6 +29,9 @@ except ImportError as e:
|
|||||||
have_test = False
|
have_test = False
|
||||||
|
|
||||||
import meshtastic.util
|
import meshtastic.util
|
||||||
|
import meshtastic.serial_interface
|
||||||
|
import meshtastic.tcp_interface
|
||||||
|
|
||||||
from meshtastic import BROADCAST_ADDR, mt_config, remote_hardware
|
from meshtastic import BROADCAST_ADDR, mt_config, remote_hardware
|
||||||
from meshtastic.ble_interface import BLEInterface
|
from meshtastic.ble_interface import BLEInterface
|
||||||
from meshtastic.mesh_interface import MeshInterface
|
from meshtastic.mesh_interface import MeshInterface
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "meshtastic"
|
name = "meshtastic"
|
||||||
version = "2.5.6"
|
version = "2.5.6post1"
|
||||||
description = "Python API & client shell for talking to Meshtastic devices"
|
description = "Python API & client shell for talking to Meshtastic devices"
|
||||||
authors = ["Meshtastic Developers <contact@meshtastic.org>"]
|
authors = ["Meshtastic Developers <contact@meshtastic.org>"]
|
||||||
license = "GPL-3.0-only"
|
license = "GPL-3.0-only"
|
||||||
|
|||||||
Reference in New Issue
Block a user