Skip to content

Commit 9bcaf3c

Browse files
author
Joel Collins
committed
v1.1.5
1 parent 23ba5c3 commit 9bcaf3c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [v1.1.5](https://github.com/labthings/python-labthings/compare/v1.1.4...v1.1.5) (2020-11-24)
2+
3+
4+
* Added py.typed ([5a59ce7](https://github.com/labthings/python-labthings/commit/5a59ce7))
5+
* Added PyLint analysis ([4c14e35](https://github.com/labthings/python-labthings/commit/4c14e35))
6+
* Fixed dump method signature ([0ec347c](https://github.com/labthings/python-labthings/commit/0ec347c))
7+
* Fixed Poetry install in publish stage ([63b4c1f](https://github.com/labthings/python-labthings/commit/63b4c1f))
8+
* Fixed pylint workflow path ([8440f9d](https://github.com/labthings/python-labthings/commit/8440f9d))
9+
* Formatting ([62ba495](https://github.com/labthings/python-labthings/commit/62ba495))
10+
111
# [v1.1.4](https://github.com/labthings/python-labthings/compare/v1.1.3...v1.1.4) (2020-11-24)
212

313

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "labthings"
3-
version = "1.1.4"
3+
version = "1.1.5"
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)