Skip to content

Commit 1987303

Browse files
author
Joel Collins
committed
v1.1.4
1 parent 1a91ee2 commit 1987303

File tree

3 files changed

+66
-57
lines changed

3 files changed

+66
-57
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.4](https://github.com/labthings/python-labthings/compare/v1.1.3...v1.1.4) (2020-11-24)
2+
3+
4+
* Added a bunch of type definitions ([3104d86](https://github.com/labthings/python-labthings/commit/3104d86), [a767205](https://github.com/labthings/python-labthings/commit/a767205))
5+
* Fixed __all__ in root ([0568b48](https://github.com/labthings/python-labthings/commit/0568b48))
6+
* Updated CI to use snok/install-poetry ([be14a44](https://github.com/labthings/python-labthings/commit/be14a44))
7+
* Added mypy to CI ([fa1ff0b](https://github.com/labthings/python-labthings/commit/fa1ff0b))
8+
9+
110
# [v1.1.3](https://github.com/labthings/python-labthings/compare/v1.1.2...v1.1.3) (2020-11-12)
211

312

poetry.lock

Lines changed: 56 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.3"
3+
version = "1.1.4"
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)