Skip to content

Commit 777b671

Browse files
author
Alex Hill
committed
Mark version 0.2.6
1 parent 2481613 commit 777b671

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

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

3+
## 0.2.6 - 2022-07-28
4+
- Added support for Django 4 (thanks to AlexCLeduc)
5+
36
## 0.2.5 - 2021-10-06
47
- Fixed a crash when accessing a single related descriptor on a Relationship whose predicate contains a bare primitive value, i.e. not wrapped in `Value()`.
58

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.5',
10+
version='0.2.6',
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)