Manual version bump 3.69.2

This commit is contained in:
James Barnsley
2023-10-24 19:58:51 +13:00
parent c6d83dabf2
commit b48ccd9871
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.0"
__version__ = "3.69.2"
logger = logging.getLogger(__name__)