From 4124fd86230ef44fc8975a55d046fad9bfd9f284 Mon Sep 17 00:00:00 2001 From: back-to Date: Fri, 10 Sep 2021 16:14:09 +0200 Subject: [PATCH] 2.1.0.dev2 --- CHANGELOG.md | 2 +- README.md | 2 -- liveproxy/__init__.py | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 876f591..9e02adb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## unreleased 2.1.0.dev0 +## unreleased 2.1.0.dev2 ### Added diff --git a/README.md b/README.md index e9794bb..4171bd3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # LiveProxy -[![Build Status](https://travis-ci.org/back-to/liveproxy.svg?branch=master)](https://travis-ci.org/back-to/liveproxy) - LiveProxy can redirect Livestreams to your favorite player on a lot of devices. - Issue Tracker: https://github.com/back-to/liveproxy/issues diff --git a/liveproxy/__init__.py b/liveproxy/__init__.py index a8affbe..7c6b30e 100644 --- a/liveproxy/__init__.py +++ b/liveproxy/__init__.py @@ -1 +1 @@ -__version__ = '2.1.0.dev1' +__version__ = '2.1.0.dev2'