File tree 3 files changed +12
-2
lines changed
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change
1
+ # [ v1.3.2] ( https://github.com/labthings/python-labthings/compare/v1.3.1...v ) (2021-08-23)
2
+
3
+ This is a bugfix release, fixing the behavour of ` StrictLock ` and ` CompositeLock ` objects when
4
+ used in ` with ` statements (#275 ).
5
+ * Bump pylint from 2.9.5 to 2.10.2 ([ 655a583] ( https://github.com/labthings/python-labthings/commit/655a583 ) )
6
+ * Locks release on exception ([ ed7855e] ( https://github.com/labthings/python-labthings/commit/ed7855e ) )
7
+ * Test lock releases with/without arguments ([ 7151372] ( https://github.com/labthings/python-labthings/commit/7151372 ) )
8
+ * Test to ensure locks are released on error ([ 8bdc522] ( https://github.com/labthings/python-labthings/commit/8bdc522 ) )
9
+
10
+
1
11
# [ v1.3.1] ( https://github.com/labthings/python-labthings/compare/v1.3.0...v1.3.1 ) (2021-08-04)
2
12
3
13
This is a bugfix release, fixing errors that occurred if any fields had ` allow_none ` set to ` True ` :
Original file line number Diff line number Diff line change @@ -147,4 +147,4 @@ Much of the code surrounding default response formatting has been liberally take
147
147
### Changelog generation
148
148
149
149
* ` npm install -g conventional-changelog-cli `
150
- * ` conventional-changelog -r 1 --config ./changelog.config.js -i CHANGELOG.md -s `
150
+ * ` npx conventional-changelog -r 1 --config ./changelog.config.js -i CHANGELOG.md -s`
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " labthings"
3
- version = " 1.3.1 "
3
+ version = " 1.3.2 "
4
4
description = " Python implementation of LabThings, based on the Flask microframework"
5
5
readme = " README.md"
6
6
repository = " https://github.com/labthings/python-labthings/"
You can’t perform that action at this time.
0 commit comments