We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3576d3 commit c1b7969Copy full SHA for c1b7969
CHANGELOG.md
@@ -1,7 +1,7 @@
1
Changelog for jsonapi-requests
2
=================
3
4
-0.5.1 (unreleased)
+0.6.0 (2018-01-06)
5
------------------
6
7
- Added ability to delete a resource. ([#33](https://github.com/socialwifi/jsonapi-requests/pull/33))
setup.py
@@ -5,7 +5,7 @@
setup(
name='jsonapi-requests',
8
- version='0.5.1.dev0',
+ version='0.6.0',
9
description='Python client implementation for json api. http://jsonapi.org/',
10
author='Social WiFi',
11
author_email='it@socialwifi.com',
0 commit comments