From d504adba9d0d9b6d4ed5a0da5edff8d43b029a5f Mon Sep 17 00:00:00 2001 From: Max Muoto Date: Mon, 11 Nov 2024 17:07:36 -0600 Subject: [PATCH] Bump Version to 4.13.1 (#186) --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af444ab..d65e216 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index f926b92..68986de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [