Skip to content

Commit db0c52d

Browse files
committed
Version bump 2.6.1
1 parent 86f7134 commit db0c52d

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGES.rst

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

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

6+
Version 2.6.1
7+
-------------
8+
9+
Released on May 7, 2019
10+
11+
1. Fixed bugs
12+
613
Version 2.6.0
714
-------------
815

livereload/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
:license: BSD, see LICENSE for more details.
99
"""
1010

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

0 commit comments

Comments
 (0)