From db0c52d519f3a67bef19a1905a1cca5c7523e27d Mon Sep 17 00:00:00 2001 From: Hsiaoming Yang Date: Tue, 7 May 2019 21:39:10 +0900 Subject: [PATCH] Version bump 2.6.1 --- CHANGES.rst | 7 +++++++ livereload/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 85d8d7a..5044521 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,13 @@ Changelog The full list of changes between each Python LiveReload release. +Version 2.6.1 +------------- + +Released on May 7, 2019 + +1. Fixed bugs + Version 2.6.0 ------------- diff --git a/livereload/__init__.py b/livereload/__init__.py index 07c8fed..443e9f5 100644 --- a/livereload/__init__.py +++ b/livereload/__init__.py @@ -8,7 +8,7 @@ :license: BSD, see LICENSE for more details. """ -__version__ = '2.6.0' +__version__ = '2.6.1' __author__ = 'Hsiaoming Yang ' __homepage__ = 'https://github.com/lepture/python-livereload'