From b29a29f0ae059a4cea7e877e8c8281614499518b Mon Sep 17 00:00:00 2001 From: Wes Kendall Date: Sun, 8 Sep 2024 13:24:37 -0500 Subject: [PATCH] Release notes and verson bump for 4.12.1 (#173) * Release notes and verson bump for 4.12.1 * fix links --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e95b9e5..008981f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 4.12.1 (2024-09-08) + +#### Fixes + + - Account for `psycopg.exec` results being `None` by [@max-muoto](https://github.com/max-muoto) in [#170](https://github.com/Opus10/django-pgtrigger/pull/170). + - Account for `bytes` SQL strings by [@max-muoto](https://github.com/max-muoto) in [#171](https://github.com/Opus10/django-pgtrigger/pull/171). + +#### Changes + + - Improve public interface type annotations by [@max-muoto](https://github.com/max-muoto) in [#172](https://github.com/Opus10/django-pgtrigger/pull/172). + ## 4.12.0 (2024-08-26) #### Fixes diff --git a/pyproject.toml b/pyproject.toml index aedc1ac..31d9094 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ packages = [ exclude = [ "*/tests/" ] -version = "4.12.0" +version = "4.12.1" description = "Postgres trigger support integrated with Django models." authors = ["Wes Kendall"] classifiers = [