Skip to content

Commit db5677a

Browse files
author
Joel Collins
committedNov 30, 2020
v1.1.6
1 parent 1b571c7 commit db5677a

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed
 

‎CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [v1.1.6](https://github.com/labthings/python-labthings/compare/v1.1.5...v1.1.6) (2020-11-30)
2+
3+
4+
* Added extra type defs ([d90e9c1](https://github.com/labthings/python-labthings/commit/d90e9c1))
5+
* Added public rules property ([bd58673](https://github.com/labthings/python-labthings/commit/bd58673))
6+
* Bump apispec from 3.3.2 to 4.0.0 ([5ed03fe](https://github.com/labthings/python-labthings/commit/5ed03fe))
7+
* Fixed get_by_path to allow returning Any type value ([e9ed244](https://github.com/labthings/python-labthings/commit/e9ed244))
8+
* Fixed mypy ignore ([cf33d1e](https://github.com/labthings/python-labthings/commit/cf33d1e))
9+
* Fixed view schema type annotations ([6ef3f4a](https://github.com/labthings/python-labthings/commit/6ef3f4a))
10+
* Global mypy ignore_missing_imports = True ([53e077c](https://github.com/labthings/python-labthings/commit/53e077c))
11+
12+
113
# [v1.1.5](https://github.com/labthings/python-labthings/compare/v1.1.4...v1.1.5) (2020-11-24)
214

315

‎poetry.lock

+3-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎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.5"
3+
version = "1.1.6"
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)
Please sign in to comment.