Skip to content

Commit

Permalink
set changes to build api5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlan-00 committed Aug 23, 2021
1 parent 12bd2a1 commit 4f84f67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ Code examples and scripts are available from github

There has been a pretty significant change in the library between Ampache 4 and Ampache 5.

For anyone wanting to stay on v4 the branch has been separated from the master branch.

`<https://github.com/ampache/python3-ampache/tree/api4>`_

Once you connect with your passphrase or api key, the url and auth token are stored allowing you to call methods without them.

.. code-block:: python3
Expand Down
2 changes: 1 addition & 1 deletion src/_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"""

__author__ = "Lachlan de Waard (lachlan-00)"
__version__ = "4.2.2-1"
__version__ = "5.0.0"

DEBUG = False

0 comments on commit 4f84f67

Please sign in to comment.