Skip to content

Commit

Permalink
Bumped to 0.1.26
Browse files Browse the repository at this point in the history
- Added more docs to hatch publish
  • Loading branch information
JohanKarlbergg committed Jun 25, 2024
1 parent a2dfd94 commit d3cf806
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions python/remotivelabs-broker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
#
# SPDX-License-Identifier: Apache-2.0

__version__ = "0.1.25"
__version__ = "0.1.26"

0 comments on commit d3cf806

Please sign in to comment.