Skip to content

Commit

Permalink
Back to development: 0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuomas Airaksinen committed Jun 26, 2017
1 parent 42106b1 commit f9aa43c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
CHANGELOG
=========

0.9.7 (unreleased)
------------------

- Nothing changed yet.


0.9.6 (2017-06-26)
- When creating new resources, use default value specified in
jsonschema, when available.
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.6',
version='0.9.7.dev0',
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 f9aa43c

Please sign in to comment.