Skip to content

Commit c1a1f5c

Browse files
committed
Bump version: 1.3.0 → 1.3.1
1 parent 1fe3857 commit c1a1f5c

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

HISTORY.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
# Changelog
22

3+
## 1.3.1 (2021-04-07)
4+
5+
Added support for `django.db.models.Prefetch`
6+
37
## 1.3.0 (2019-04-23)
48

59
Fix empty related fields sideloading bug
610

711
- Support for Django 2.2
812

9-
## 1.0.0 (2018-10-29)
13+
## 1.2.0 (2018-10-29)
1014

1115
Completely refactored sideloading configuration via a custom serializer.
1216

drf_sideloading/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.3.0"
1+
__version__ = "1.3.1"

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.3.0
2+
current_version = 1.3.1
33
commit = True
44
tag = True
55

@@ -10,7 +10,7 @@ universal = 1
1010

1111
[flake8]
1212
ignore = D203
13-
exclude =
13+
exclude =
1414
drf_sideloading/migrations,
1515
.git,
1616
.tox,

0 commit comments

Comments
 (0)