Skip to content

Commit

Permalink
1.5.2 release (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleykendall authored Jan 10, 2025
1 parent 95d9f5a commit 2f0577b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.5.2 (2025-01-10)

#### Fixes

- Lazily load Django settings when using `pgtransaction` drop-in decorator by [@muscovite](https://github.com/muscovite) in [#17](https://github.com/AmbitionEng/django-pgtransaction/pull/17).

## 1.5.1 (2024-12-15)

#### Changes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ packages = [
exclude = [
"*/tests/"
]
version = "1.5.1"
version = "1.5.2"
description = "A context manager/decorator which extends Django's atomic function with the ability to set isolation level and retries for a given transaction."
authors = ["Paul Gilmartin", "Wes Kendall"]
classifiers = [
Expand Down

0 comments on commit 2f0577b

Please sign in to comment.