mirror of
https://github.com/wassname/IndicoIo-python.git
synced 2026-08-12 11:40:34 +08:00
UPDATE: version number and CHANGES.txt
This commit is contained in:
@@ -27,3 +27,4 @@ v0.7.0, Tue Jun 9 -- Added support for calling multiple APIs in a single functio
|
|||||||
v0.7.1 Thu Jun 11 -- High quality sentiment API for private beta, fix for multi API support
|
v0.7.1 Thu Jun 11 -- High quality sentiment API for private beta, fix for multi API support
|
||||||
v0.7.2 Thu Jun 11 -- Remove sentiment_hq from text apis by default
|
v0.7.2 Thu Jun 11 -- Remove sentiment_hq from text apis by default
|
||||||
v0.7.3 Wed Jun 17 -- Fixes for handling of specific image types
|
v0.7.3 Wed Jun 17 -- Fixes for handling of specific image types
|
||||||
|
v0.7.4 Mon Jun 22 -- Fix for setup.py issues
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
from functools import partial
|
from functools import partial
|
||||||
|
|
||||||
Version, version, __version__, VERSION = ('0.7.3',) * 4
|
Version, version, __version__, VERSION = ('0.7.4',) * 4
|
||||||
|
|
||||||
JSON_HEADERS = {
|
JSON_HEADERS = {
|
||||||
'Content-type': 'application/json',
|
'Content-type': 'application/json',
|
||||||
|
|||||||
Reference in New Issue
Block a user