Skip to content

Commit 9a53a50

Browse files
authored
Prepare release 0.5.1 (#68)
1 parent 0d1d943 commit 9a53a50

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 0.5.1 (2024-05-29)
4+
5+
This release fixes two bugs:
6+
7+
- Fallback to `inspect.getmodule` for models not exported in the app's models module (#66)
8+
- Fix type representation of `DateTimeField.__set__` types (#67)
9+
310
## 0.5.0 (2024-02-18)
411

512
This release brings basic support for template loading functions (e.g. `render_to_string`).

src/django_autotyping/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.5.0"
1+
__version__ = "0.5.1"

0 commit comments

Comments
 (0)