Skip to content

Commit 6db7662

Browse files
committed
1.0.4
1 parent 1d8fd2e commit 6db7662

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ INFO
55
====
66

77
A python3 library for interaction with your Ampache server using the XML API
8-
https://github.com/ampache/ampache/wiki/API
8+
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
913

1014
INSTALL
1115
=======

src/_meta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"""
1515

1616
__author__ = "Lachlan de Waard (lachlan-00)"
17-
__version__ = "1.0.3"
17+
__version__ = "1.0.4"
1818

1919
DEBUG = False

0 commit comments

Comments
 (0)