Skip to content

Commit

Permalink
Version bump, changelog, and fix to readme
Browse files Browse the repository at this point in the history
Readme now specifies npx for changelog generation.
  • Loading branch information
rwb27 committed Aug 23, 2021
1 parent 2ef7a8d commit ecd2c7f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [v1.3.2](https://github.com/labthings/python-labthings/compare/v1.3.1...v) (2021-08-23)

This is a bugfix release, fixing the behavour of `StrictLock` and `CompositeLock` objects when
used in `with` statements (#275).
* Bump pylint from 2.9.5 to 2.10.2 ([655a583](https://github.com/labthings/python-labthings/commit/655a583))
* Locks release on exception ([ed7855e](https://github.com/labthings/python-labthings/commit/ed7855e))
* Test lock releases with/without arguments ([7151372](https://github.com/labthings/python-labthings/commit/7151372))
* Test to ensure locks are released on error ([8bdc522](https://github.com/labthings/python-labthings/commit/8bdc522))


# [v1.3.1](https://github.com/labthings/python-labthings/compare/v1.3.0...v1.3.1) (2021-08-04)

This is a bugfix release, fixing errors that occurred if any fields had `allow_none` set to `True`:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,4 @@ Much of the code surrounding default response formatting has been liberally take
### Changelog generation

* `npm install -g conventional-changelog-cli`
* `conventional-changelog -r 1 --config ./changelog.config.js -i CHANGELOG.md -s`
* `npx conventional-changelog -r 1 --config ./changelog.config.js -i CHANGELOG.md -s`
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "labthings"
version = "1.3.1"
version = "1.3.2"
description = "Python implementation of LabThings, based on the Flask microframework"
readme = "README.md"
repository = "https://github.com/labthings/python-labthings/"
Expand Down

0 comments on commit ecd2c7f

Please sign in to comment.