Skip to content

Commit 8c159dd

Browse files
author
Joel Collins
committed
v1.2.0
1 parent f76f868 commit 8c159dd

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.2.0](https://github.com/labthings/python-labthings/compare/v1.1.6...v1.2.0) (2020-11-30)
2+
3+
4+
* Add extension property to views and added LABTHINGS_EXTENSIONS class list loader ([15c364a](https://github.com/labthings/python-labthings/commit/15c364a))
5+
* Added set_extension method to View class ([427b12e](https://github.com/labthings/python-labthings/commit/427b12e))
6+
* Allow (but warn) instances in LABTHINGS_EXTENSIONS list ([0165bc7](https://github.com/labthings/python-labthings/commit/0165bc7))
7+
* Switch away from dunder to LABTHINGS_EXTENSIONS ([3b6e9af](https://github.com/labthings/python-labthings/commit/3b6e9af))
8+
9+
110
# [v1.1.6](https://github.com/labthings/python-labthings/compare/v1.1.5...v1.1.6) (2020-11-30)
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.6"
3+
version = "1.2.0"
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)