We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ee2490 commit ba92283Copy full SHA for ba92283
2 files changed
CHANGES.rst
@@ -3,6 +3,15 @@ Changelog
3
4
The full list of changes between each Python LiveReload release.
5
6
+Version 2.5.2
7
+-------------
8
+
9
+Released on May 2, 2018
10
11
+1. Fix tornado 4.5+ not closing connection
12
+2. Add ignore dirs
13
+3. Fix bugs
14
15
Version 2.5.1
16
-------------
17
livereload/__init__.py
@@ -4,11 +4,11 @@
A python version of livereload.
- :copyright: (c) 2013 - 2017 by Hsiaoming Yang
+ :copyright: (c) 2013 by Hsiaoming Yang
:license: BSD, see LICENSE for more details.
"""
-__version__ = '2.5.1'
+__version__ = '2.5.2'
__author__ = 'Hsiaoming Yang <me@lepture.com>'
__homepage__ = 'https://github.com/lepture/python-livereload'
0 commit comments