Skip to content

Commit

Permalink
Merge branch 'release/0.9.7' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlov99 committed Jun 6, 2015
2 parents 8ca7351 + 921212f commit 37e0019
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

* Allow user to disable GET requests authentication and manage access
rights on the application level. 0.9.6 version.
* 0.9.7 If during post/put client submits many to many fields, they
are returned in links in response. If there are not changed
many-to-many fields they would not be returned.

2015-05-25 kirill.pavlov@phystech.edu

Expand Down
2 changes: 1 addition & 1 deletion jsonapi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
""" JSON:API realization."""
__version = (0, 9, 6)
__version = (0, 9, 7)

__version__ = version = '.'.join(map(str, __version))
__project__ = PROJECT = __name__

0 comments on commit 37e0019

Please sign in to comment.