Skip to content

Commit ba92283

Browse files
committed
Version bump 2.5.2
1 parent 1ee2490 commit ba92283

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGES.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ Changelog
33

44
The full list of changes between each Python LiveReload release.
55

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+
615
Version 2.5.1
716
-------------
817

livereload/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
55
A python version of livereload.
66
7-
:copyright: (c) 2013 - 2017 by Hsiaoming Yang
7+
:copyright: (c) 2013 by Hsiaoming Yang
88
:license: BSD, see LICENSE for more details.
99
"""
1010

11-
__version__ = '2.5.1'
11+
__version__ = '2.5.2'
1212
__author__ = 'Hsiaoming Yang <me@lepture.com>'
1313
__homepage__ = 'https://github.com/lepture/python-livereload'
1414

0 commit comments

Comments
 (0)