Skip to content

Commit 80d3130

Browse files
committed
Mark version 0.2.3
1 parent 71a22ae commit 80d3130

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# django-relativity changelog
22

3+
## 0.2.3 - 2021-04-28
4+
- Improved behaviour of Relationship fields with null=True
5+
- Allowed using L() inside complex expressions in predicate
6+
37
## 0.2.2 - 2020-05-30
48
- Fixed crash when reverse_multiple=False
59

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
author='Alex Hill',
88
author_email='[email protected]',
99
name='django-relativity',
10-
version='0.2.2',
10+
version='0.2.3',
1111
description='A flexible relationship field for the Django ORM.',
1212
long_description=long_description,
1313
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)