This commit is contained in:
JonnyWong16 2021-04-24 08:24:02 -07:00
parent 7b08e3a2a7
commit 39ad3f9047
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
# Changelog # Changelog
## v2.7.2 (2021-04-24)
* UI:
* New: Show smart collections in the library collections tab.
## v2.7.1 (2021-04-22) ## v2.7.1 (2021-04-22)
* Notifications: * Notifications:

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.7.1" PLEXPY_RELEASE_VERSION = "v2.7.2"