Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Collins committed Aug 21, 2020
1 parent d911d8a commit 6b50dba
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [0.2.0](https://github.com/labthings/python-labthings-client/compare/v0.1.1...v0.2.0) (2020-08-21)


* 0.1.2 ([d911d8a](https://github.com/labthings/python-labthings-client/commit/d911d8a))
* Added full support for Mozilla Web Things ([dc262d7](https://github.com/labthings/python-labthings-client/commit/dc262d7))
* Code formatting ([e789e0a](https://github.com/labthings/python-labthings-client/commit/e789e0a))
* Fix #3 ([47b7b09](https://github.com/labthings/python-labthings-client/commit/47b7b09)), closes [#3](https://github.com/labthings/python-labthings-client/issues/3)
* Update README.md ([4a5cb86](https://github.com/labthings/python-labthings-client/commit/4a5cb86))


# [0.1.1](https://github.com/labthings/python-labthings-client/compare/v0.1.0...v0.1.1) (2020-06-17)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "labthings-client"
version = "0.1.2"
version = "0.2.0"
description = "A simple Python client for LabThings devices"
authors = ["jtc42 <jtc9242@gmail.com>"]
classifiers = [
Expand Down

0 comments on commit 6b50dba

Please sign in to comment.