]> kaliko git repositories - python-musicpd.git/blobdiff - doc/source/commands.rst
Some documentation refactoring, improvements
[python-musicpd.git] / doc / source / commands.rst
index e335013713c99287b3231d7fc166c6862050ef0a..95ae7489ec5d5a3e7985bfad6163d0001eb0e504 100644 (file)
@@ -1,4 +1,4 @@
-.. SPDX-FileCopyrightText: 2018-202 kaliko <kaliko@azylum.org>
+.. SPDX-FileCopyrightText: 2018-2023 kaliko <kaliko@azylum.org>
 .. SPDX-License-Identifier: LGPL-3.0-or-later
 
 .. _commands:
@@ -13,7 +13,6 @@ Get current available commands:
    import musicpd
    print(' '.join([cmd for cmd in musicpd.MPDClient()._commands.keys()]))
 
-
-List, last updated for v0.6.0:
+List, last updated for v0.8.0:
 
 .. literalinclude:: commands.txt