Skip to content

Commit

Permalink
Bump Version to 4.13.1 (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-muoto authored Nov 11, 2024
1 parent f43c92e commit d504adb
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

## 4.13.1 (2024-11-11)

#### Fixes

- Properly support `psycopg.sql.SQL` and `psycopg.sql.Composed` objects for query execution when ignoring triggers by [@max-muoto](https://github.com/max-muoto) in [#177](https://github.com/Opus10/django-pgtrigger/pull/177).

## 4.13.0 (2024-11-01)

#### Fixes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ packages = [
exclude = [
"*/tests/"
]
version = "4.13.0"
version = "4.13.1"
description = "Postgres trigger support integrated with Django models."
authors = ["Wes Kendall"]
classifiers = [
Expand Down

0 comments on commit d504adb

Please sign in to comment.