This commit is contained in:
JonnyWong16 2018-09-05 08:55:20 -07:00
parent f04873446a
commit 4944ce1ca0
2 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,9 @@
# Changelog
## v2.1.20 (2018-09-05)
* No changes.
## v2.1.20-beta (2018-09-02)
* Monitoring:

View file

@ -1,2 +1,2 @@
PLEXPY_BRANCH = "beta"
PLEXPY_RELEASE_VERSION = "v2.1.20-beta"
PLEXPY_BRANCH = "master"
PLEXPY_RELEASE_VERSION = "v2.1.20"