This commit is contained in:
JonnyWong16 2022-02-09 09:30:19 -08:00
parent 3eef2b7f21
commit ee43f001e4
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
2 changed files with 9 additions and 1 deletions

View file

@ -1,5 +1,13 @@
# Changelog # Changelog
## v2.9.3 (2022-02-09)
* UI:
* Fix: Setup wizard looping.
* Other:
* Fix: Logger username masking preventing Tautulli from starting on new installs.
## v2.9.2 (2022-02-08) ## v2.9.2 (2022-02-08)
* Notification: * Notification:

View file

@ -18,4 +18,4 @@
from __future__ import unicode_literals from __future__ import unicode_literals
PLEXPY_BRANCH = "master" PLEXPY_BRANCH = "master"
PLEXPY_RELEASE_VERSION = "v2.9.2" PLEXPY_RELEASE_VERSION = "v2.9.3"