Skip to content

Commit 8172c9d

Browse files
committed
Version bump and changelog
1 parent e9ee1b8 commit 8172c9d

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [v1.3.1](https://github.com/labthings/python-labthings/compare/v1.3.0...v1.3.1) (2021-08-04)
2+
3+
This is a bugfix release, fixing errors that occurred if any fields had `allow_none` set to `True`:
4+
* Add readme and tidy up marshmallow_jsonschema ([49ea82d](https://github.com/labthings/python-labthings/commit/49ea82d))
5+
* Fix field2property for nullable values ([dc696dd](https://github.com/labthings/python-labthings/commit/dc696dd))
6+
* Handle nullable fields properly ([3174367](https://github.com/labthings/python-labthings/commit/3174367))
7+
8+
19
# [v1.3.0](https://github.com/labthings/python-labthings/compare/v1.2.4...v1.3.0) (2021-07-25)
210

311
## Minor fixes and security updates
@@ -22,7 +30,7 @@
2230
* Bump zeroconf from 0.33.0 to 0.33.1 ([bd6d804](https://github.com/labthings/python-labthings/commit/bd6d804))
2331
* Upgrade to GitHub-native Dependabot ([4061871](https://github.com/labthings/python-labthings/commit/4061871))
2432

25-
## Error handline improvements
33+
## Error handling improvements
2634
Exceptions in Action threads end up quietly reported in the Action description. This was preventing
2735
Marshmallow from validating Action arguments, which was a problem. This release changes the behaviour slightly
2836
so that if arguments are invalid, or if `flask.abort()` is called at the start of an action, it responds

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