Skip to content

Commit

Permalink
Add py.typed file (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-muoto authored Sep 14, 2024
1 parent 4cafb0b commit 823070e
Show file tree
Hide file tree
Showing 3 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

## 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
Expand Down
Empty file added pglock/py.typed
Empty file.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 823070e

Please sign in to comment.