From 3f727f2fef8e3b62cd583a7ec7449ced7de5a41f Mon Sep 17 00:00:00 2001 From: kmac <135567+kmac@users.noreply.github.com> Date: Sat, 11 May 2019 10:30:19 -0400 Subject: [PATCH] Release 0.0.10 --- CHANGELOG.md | 4 +++- setup.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c080983..90c0f90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ -2018.09.29 v0.0.9 Streaming is broken. Use https://github.com/tonycpsu/streamglob +2019.05.11 v0.0.10 Trying to make travis happy + +2019.05.11 v0.0.9 Streaming is broken. Use https://github.com/tonycpsu/streamglob 2018.09.29 v0.0.8 Add support for streamlink_extra_args to add enhancement Issue #22 - setting the following config options will stream the output via http on port 8080: diff --git a/setup.py b/setup.py index cd0b84c..f222de5 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='mlbv', - version='0.0.9', + version='0.0.10', packages=['mlbam'], url='https://github.com/kmac/mlbv', description="Command-line interface to MLB game information, game schedule and scores",