Skip to content

Commit

Permalink
Prepare release 0.5.1 (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos committed May 29, 2024
1 parent 0d1d943 commit 9a53a50
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.5.1 (2024-05-29)

This release fixes two bugs:

- Fallback to `inspect.getmodule` for models not exported in the app's models module (#66)
- Fix type representation of `DateTimeField.__set__` types (#67)

## 0.5.0 (2024-02-18)

This release brings basic support for template loading functions (e.g. `render_to_string`).
Expand Down
2 changes: 1 addition & 1 deletion src/django_autotyping/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.0"
__version__ = "0.5.1"

0 comments on commit 9a53a50

Please sign in to comment.