We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d8fd2e commit 6db7662Copy full SHA for 6db7662
README.rst
@@ -5,7 +5,11 @@ INFO
5
====
6
7
A python3 library for interaction with your Ampache server using the XML API
8
-https://github.com/ampache/ampache/wiki/API
+https://github.com/ampache/ampache/wiki/API
9
+
10
+If you run a develop server you now have access to JSON as well!
11
12
+Code examples and scripts are available from github
13
14
INSTALL
15
=======
src/_meta.py
@@ -14,6 +14,6 @@
"""
16
__author__ = "Lachlan de Waard (lachlan-00)"
17
-__version__ = "1.0.3"
+__version__ = "1.0.4"
18
19
DEBUG = False
0 commit comments