Skip to content

Commit

Permalink
Preparing release 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuomas Airaksinen committed Jun 16, 2017
1 parent fa2f027 commit 88694ba
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 deletions CHANGES.rst
@@ -1,25 +1,25 @@
CHANGELOG
=========

[2017-xx-xx] 0.9.4
------------------
- AsyncIO support for context manager usage of Session

[2017-04-03] 0.9.3
------------------
- Added aiohttp to install requirements

[2017-04-03] 0.9.2
------------------
- Github release.

[2017-03-23] 0.9.1
------------------
- Fix async content_type checking
- Use Python 3's new typing.NamedTuple instead of collections.NamedTuple
- Make included resources available from Document
- ResourceObject.json property
- Remove " from filenames (illegal in windows)
- Remove ? from filenames (illegal in windows)

[2017-04-03] 0.9.2
- Github release.

[2017-04-03] 0.9.3
- Added aiohttp to install requirements

[2017-xx-xx] 0.9.4
- AsyncIO support for context manager usage of Session

0.9.4 (2017-06-16)
- Remove ? from filenames (illegal in Windows)
- Pass event loop aiohttp's ClientSession
- Return resource from .commit if return status is 202
- Support underscores in field names in Session.create() through fields keyword argument.
- Add support for extra arguments such as authentication object

2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@

setup(
name="jsonapi_client",
version="0.9.3",
version='0.9.4',
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 88694ba

Please sign in to comment.