Skip to content

Commit 746c5e6

Browse files
author
Antti Nykänen
committed
Preparing release 0.9.7
1 parent 6305260 commit 746c5e6

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGES.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
CHANGELOG
22
=========
33

4-
0.9.7 (unreleased)
4+
0.9.7 (2019-02-01)
55
------------------
66

7-
- Nothing changed yet.
8-
7+
- Support __getitem__ in Meta
8+
- Handle empty relationship data list
9+
- Allow returning link to relationship as an iterator
10+
- Fix handling null one-to-one-relationship
11+
- Don't explicitly quote filter values
12+
- Include support
913

1014
0.9.6 (2017-06-26)
1115
------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="jsonapi_client",
5-
version='0.9.7.dev0',
5+
version='0.9.7',
66
description="Comprehensive, yet easy-to-use, pythonic, ORM-like access to JSON API services",
77
long_description=(open("README.rst").read() + "\n" +
88
open("CHANGES.rst").read()),

0 commit comments

Comments
 (0)