We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71e2142 commit 32aca62Copy full SHA for 32aca62
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# django-relativity changelog
2
3
-## unreleased
+## 0.2.2 - 2020-05-30
4
- Fixed crash when reverse_multiple=False
5
6
## 0.2.1 - 2020-02-10
setup.py
@@ -7,7 +7,7 @@
7
author='Alex Hill',
8
author_email='[email protected]',
9
name='django-relativity',
10
- version='0.2.1',
+ version='0.2.2',
11
description='A flexible relationship field for the Django ORM.',
12
long_description=long_description,
13
long_description_content_type='text/markdown',
0 commit comments