From 7f9bf1c78ca46f969655ff62e06bc440bbc68600 Mon Sep 17 00:00:00 2001 From: ed Date: Tue, 2 Mar 2021 00:12:15 +0100 Subject: [PATCH] v0.9.0 --- copyparty/__version__.py | 6 +++--- copyparty/mtag.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/copyparty/__version__.py b/copyparty/__version__.py index 3cbe8f98..e125155e 100644 --- a/copyparty/__version__.py +++ b/copyparty/__version__.py @@ -1,8 +1,8 @@ # coding: utf-8 -VERSION = (0, 8, 3) -CODENAME = "discovery" -BUILD_DT = (2021, 2, 22) +VERSION = (0, 9, 0) +CODENAME = "the strongest music server" +BUILD_DT = (2021, 3, 2) S_VERSION = ".".join(map(str, VERSION)) S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT) diff --git a/copyparty/mtag.py b/copyparty/mtag.py index 60bff287..9451f5c7 100644 --- a/copyparty/mtag.py +++ b/copyparty/mtag.py @@ -24,7 +24,7 @@ class MTag(object): try: import mutagen except: - self.log("could not load mutagen, trying ffprobe instead") + self.log("\033[33mcould not load mutagen, trying ffprobe instead") backend = "ffprobe" if backend == "ffprobe":