This commit is contained in:
JonnyWong16 2023-08-25 11:49:55 -07:00
parent 85bc9c39ae
commit 6d858367a4
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
2 changed files with 8 additions and 1 deletions

View file

@ -1,5 +1,12 @@
# Changelog # Changelog
## v2.13.1 (2023-08-25)
* Notes:
* Support for Python 3.7 has been dropped. The minimum Python version is now 3.8.
* Other:
* Fix: Tautulli failing to start on some systems.
## v2.13.0 (2023-08-25) ## v2.13.0 (2023-08-25)
* Notes: * Notes:

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.13.0" PLEXPY_RELEASE_VERSION = "v2.13.1"