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'