update of API fixed #9 post_entries content parameter

This commit is contained in:
FoxMaSk
2018-05-27 11:20:02 +02:00
parent e892d3ceeb
commit 9e5fdb1c50
5 changed files with 26 additions and 9 deletions

View File

@@ -1,2 +1,2 @@
VERSION = (1, 1, 3) # PEP 386
VERSION = (1, 1, 4) # PEP 386
__version__ = ".".join([str(x) for x in VERSION])