File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.1.0
2
+ current_version = 0.1.1
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 0.1.1]
8
+
9
+ - Handle additional case for related primary key field.
10
+
7
11
## [ 0.1.0]
8
12
9
13
- Change the hints API from ` prefetch.Required ` to ` hints.Virtual ` .
Original file line number Diff line number Diff line change 1
1
"""Top-level package for django_virtual_models."""
2
2
import logging
3
3
4
- __version__ = "0.1.0 "
4
+ __version__ = "0.1.1 "
5
5
6
6
# Good practice: https://docs.python-guide.org/writing/logging/#logging-in-a-library
7
7
logging .getLogger (__name__ ).addHandler (logging .NullHandler ())
You can’t perform that action at this time.
0 commit comments