This commit is contained in:
Tim 2015-09-29 22:31:17 +02:00
parent 6103d14a6f
commit 2346033871
2 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,10 @@
# Changelog
## v1.2.1 (2015-09-29)
* Fix for possible issue when paused_counter is null.
## v1.2.0 (2015-09-29)
* Added option to group consecutive plays in the history tables.

View file

@ -1,2 +1,2 @@
PLEXPY_VERSION = "master"
PLEXPY_RELEASE_VERSION = "1.2.0"
PLEXPY_RELEASE_VERSION = "1.2.1"