Skip to content

Commit 6b50dba

Browse files
author
Joel Collins
committed
0.2.0
1 parent d911d8a commit 6b50dba

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [0.2.0](https://github.com/labthings/python-labthings-client/compare/v0.1.1...v0.2.0) (2020-08-21)
2+
3+
4+
* 0.1.2 ([d911d8a](https://github.com/labthings/python-labthings-client/commit/d911d8a))
5+
* Added full support for Mozilla Web Things ([dc262d7](https://github.com/labthings/python-labthings-client/commit/dc262d7))
6+
* Code formatting ([e789e0a](https://github.com/labthings/python-labthings-client/commit/e789e0a))
7+
* Fix #3 ([47b7b09](https://github.com/labthings/python-labthings-client/commit/47b7b09)), closes [#3](https://github.com/labthings/python-labthings-client/issues/3)
8+
* Update README.md ([4a5cb86](https://github.com/labthings/python-labthings-client/commit/4a5cb86))
9+
10+
111
# [0.1.1](https://github.com/labthings/python-labthings-client/compare/v0.1.0...v0.1.1) (2020-06-17)
212

313

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "labthings-client"
3-
version = "0.1.2"
3+
version = "0.2.0"
44
description = "A simple Python client for LabThings devices"
55
authors = ["jtc42 <[email protected]>"]
66
classifiers = [

0 commit comments

Comments
 (0)