Buildout and version bump 3.69.3

This commit is contained in:
James Barnsley
2024-01-03 10:55:15 +13:00
parent d8eedcb160
commit 4dffccfbe5
4 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ import pathlib
from mopidy import config, ext
__version__ = "3.69.2"
__version__ = "3.69.3"
logger = logging.getLogger(__name__)