Skip to content

Commit b1d8bb2

Browse files
author
Joel Collins
committed
1.1.1
1 parent 564ec1b commit b1d8bb2

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [v1.1.1](https://github.com/labthings/python-labthings/compare/v1.1.0...v1.1.1) (2020-10-16)
2+
3+
4+
* Added alias of "stopped" ([d524fd8](https://github.com/labthings/python-labthings/commit/d524fd8))
5+
* Fix #152 ([564ec1b](https://github.com/labthings/python-labthings/commit/564ec1b)), closes [#152](https://github.com/labthings/python-labthings/issues/152)
6+
* Updated dependencies ([abc732c](https://github.com/labthings/python-labthings/commit/abc732c))
7+
* Updated Events to new spec ([379bf9a](https://github.com/labthings/python-labthings/commit/379bf9a))
8+
9+
110
# [v1.1.0](https://github.com/labthings/python-labthings/compare/v1.0.0...v1.1.0) (2020-09-21)
211

312

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"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
description = "Python implementation of LabThings, based on the Flask microframework"
55
readme = "README.md"
66
repository = "https://github.com/labthings/python-labthings/"

0 commit comments

Comments
 (0)