We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b696df5 commit 2120a05Copy full SHA for 2120a05
CHANGELOG.md
@@ -1,7 +1,9 @@
1
# Changelog
2
3
-## v1.2.4.1 (2019-12-10)
+## v1.2.5 (2019-12-10)
4
* Upgrade packages, specifically grpcio, to fix an issue on Raspbian.
5
+* Modify pip_sync to output messages from process in realtime.
6
+* Modify loop to handle Google Cloud time limits on content.
7
8
## v1.2.4 (2019-12-09)
9
* Fix favicon handling.
speakreader/version.py
@@ -1,3 +1,3 @@
PRODUCT = 'SpeakReader'
-VERSION_RELEASE = 'v1.2.4.1'
+VERSION_RELEASE = 'v1.2.5'
GITHUB_BRANCH = 'master'
0 commit comments