Skip to content

Commit 08256c0

Browse files
committed
Bump version to v0.2.2
1 parent 998ce0c commit 08256c0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@ lock = Lock(conn, "shared-identifier", rollback_on_error=False)
175175

176176
### Changelog
177177

178+
- **0.2.2**
179+
- Fix: error raised when releasing transaction level locks
178180
- **0.2.1**
179181
- Moved public Lock fields to properties
180182
- **0.1.9**

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "postgresql-lock"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "Lock mechanism implemented with PostgreSQL advisory locks."
55
license = "BSD-3-Clause"
66
authors = ["Sean Kerr <sean@code-box.org>"]

0 commit comments

Comments
 (0)