Skip to content

Commit

Permalink
Add missing py.typed (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-muoto authored Sep 14, 2024
1 parent 8a70865 commit 6e8840c
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

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

0 comments on commit 6e8840c

Please sign in to comment.