From 6e8840cf803ab44693e0b9455499afb0ab9dd0b8 Mon Sep 17 00:00:00 2001 From: Max Muoto Date: Sat, 14 Sep 2024 00:01:50 -0500 Subject: [PATCH] Add missing py.typed (#166) --- CHANGELOG.md | 6 ++++++ pghistory/py.typed | 0 pyproject.toml | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 pghistory/py.typed diff --git a/CHANGELOG.md b/CHANGELOG.md index d080a3a..af5c287 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 3.4.3 (2024-09-14) + +#### Fixes + + - Add missing py.typed file by [@max-muoto](https://github.com/max-muoto) in [#166](https://github.com/Opus10/django-pghistory/pull/166). + ## 3.4.2 (2024-09-10) #### Fixes diff --git a/pghistory/py.typed b/pghistory/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/pyproject.toml b/pyproject.toml index 9294e73..147c63d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ packages = [ exclude = [ "*/tests/" ] -version = "3.4.2" +version = "3.4.3" description = "History tracking for Django and Postgres" authors = ["Wes Kendall"] classifiers = [