Skip to content

v1.3.2

Latest
Compare
Choose a tag to compare
@rwb27 rwb27 released this 23 Aug 19:55
· 8 commits to master since this release
e2b3b3b

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)
  • Locks release on exception (ed7855e)
  • Test lock releases with/without arguments (7151372)
  • Test to ensure locks are released on error (8bdc522)