From d3cf806581980aa4d9f44952c7879bd4bb26b5d3 Mon Sep 17 00:00:00 2001 From: Johan Karlberg Date: Tue, 25 Jun 2024 08:24:16 +0200 Subject: [PATCH] Bumped to 0.1.26 - Added more docs to hatch publish --- python/remotivelabs-broker/README.md | 12 +++++++++--- .../remotivelabs/broker/__about__.py | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/python/remotivelabs-broker/README.md b/python/remotivelabs-broker/README.md index 8063bae..a1c561a 100644 --- a/python/remotivelabs-broker/README.md +++ b/python/remotivelabs-broker/README.md @@ -48,9 +48,15 @@ You can now install this library version in another terminal by doing Make sure to put version in `__about__.py`. Beta versions should be suffixed with `b*`, example `0.2.0b1` - ./docker-build.sh - hatch publish -> find username and password in less secret location ;) +``` +./docker-build.sh +hatch publish +``` +find username and password in less secret location +or use +``` +hatch publish --user __token__ +``` ## License `remotivelabs-broker` is distributed under the terms of the [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html) license. diff --git a/python/remotivelabs-broker/remotivelabs/broker/__about__.py b/python/remotivelabs-broker/remotivelabs/broker/__about__.py index ab66932..f3062b2 100644 --- a/python/remotivelabs-broker/remotivelabs/broker/__about__.py +++ b/python/remotivelabs-broker/remotivelabs/broker/__about__.py @@ -2,4 +2,4 @@ # # SPDX-License-Identifier: Apache-2.0 -__version__ = "0.1.25" +__version__ = "0.1.26"