Skip to content

Commit

Permalink
Preparing release 0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Antti Nykänen committed Feb 1, 2019
1 parent 6305260 commit 746c5e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
CHANGELOG
=========

0.9.7 (unreleased)
0.9.7 (2019-02-01)
------------------

- Nothing changed yet.

- Support __getitem__ in Meta
- Handle empty relationship data list
- Allow returning link to relationship as an iterator
- Fix handling null one-to-one-relationship
- Don't explicitly quote filter values
- Include support

0.9.6 (2017-06-26)
------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

0 comments on commit 746c5e6

Please sign in to comment.