From 823070e56e5cf6cb314633050dbb683136503084 Mon Sep 17 00:00:00 2001 From: Max Muoto Date: Fri, 13 Sep 2024 19:28:18 -0500 Subject: [PATCH] Add py.typed file (#15) --- CHANGELOG.md | 6 ++++++ pglock/py.typed | 0 pyproject.toml | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 pglock/py.typed diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d5dfef..f35e305 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.6.2 (2024-09-13) + +#### Fixes + + - Add missing py.typed file by [@max-muoto](https://github.com/max-muoto) in [#15](https://github.com/Opus10/django-pglock/pull/15). + ## 1.6.1 (2024-09-07) #### Trivial diff --git a/pglock/py.typed b/pglock/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/pyproject.toml b/pyproject.toml index 3f6bfd4..f1bff5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ packages = [ exclude = [ "*/tests/" ] -version = "1.6.1" +version = "1.6.2" description = "Postgres locking routines and lock table access." authors = ["Wes Kendall"] classifiers = [