Skip to content

Commit e2b3b3b

Browse files
authored
Merge pull request #276 from labthings/version-bump-and-changelog
Version bump and changelog
2 parents 2ef7a8d + ecd2c7f commit e2b3b3b

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

Diff for: CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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+
111
# [v1.3.1](https://github.com/labthings/python-labthings/compare/v1.3.0...v1.3.1) (2021-08-04)
212

313
This is a bugfix release, fixing errors that occurred if any fields had `allow_none` set to `True`:

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,4 @@ Much of the code surrounding default response formatting has been liberally take
147147
### Changelog generation
148148

149149
* `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`

Diff for: 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.1"
3+
version = "1.3.2"
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)