Skip to content

Commit

Permalink
v2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyWong16 committed Aug 25, 2023
1 parent 47b2f55 commit 289a8a2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog

## v2.13.0 (2023-08-25)

* Notes:
* Support for Python 3.7 has been dropped. The minimum Python version is now 3.8.
* Notifications:
* Fix: Improved watched notification trigger description. (#2104)
* New: Added notification image option for iOS Tautulli Remote app.
* Exporter:
* New: Added track chapter export fields.
* New: Added on-demand subtitle export fields.


## v2.12.5 (2023-07-13)

* Activity:
Expand Down
2 changes: 1 addition & 1 deletion plexpy/version.py
Expand Up @@ -18,4 +18,4 @@
from __future__ import unicode_literals

PLEXPY_BRANCH = "master"
PLEXPY_RELEASE_VERSION = "v2.12.5"
PLEXPY_RELEASE_VERSION = "v2.13.0"

0 comments on commit 289a8a2

Please sign in to comment.