We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9478f82 commit 596dbdfCopy full SHA for 596dbdf
2 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# [v1.1.0](https://github.com/labthings/python-labthings/compare/v1.0.0...v1.1.0) (2020-09-21)
2
+
3
4
+* Added "action" key to action objects ([9478f82](https://github.com/labthings/python-labthings/commit/9478f82))
5
6
7
# [v1.0.0](https://github.com/labthings/python-labthings/compare/v1.0.0-beta.1...v1.0.0) (2020-09-18)
8
9
* Bump webargs from 6.1.0 to 6.1.1 ([3a64b22](https://github.com/labthings/python-labthings/commit/3a64b22))
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "labthings"
-version = "1.0.0"
+version = "1.1.0"
description = "Python implementation of LabThings, based on the Flask microframework"
readme = "README.md"
repository = "https://github.com/labthings/python-labthings/"
0 commit comments