Skip to content

Commit ab55ca7

Browse files
authored
Merge pull request #222 from bmcculley/2.6.2
new release update
2 parents ca240e9 + e9ddd6c commit ab55ca7

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

CHANGES.rst

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

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

6+
Version 2.6.2
7+
-------------
8+
9+
Released on June 6, 2020
10+
11+
1. Support for Python 2.8
12+
2. Enable adding custom headers to response.
13+
3. Updates for Python 2.7 support.
14+
4. Support for use with a reverse proxy.
15+
5. Other bug fixes.
16+
17+
618
Version 2.6.1
719
-------------
820

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.1'
11+
__version__ = '2.6.2'
1212
__author__ = 'Hsiaoming Yang <[email protected]>'
1313
__homepage__ = 'https://github.com/lepture/python-livereload'
1414

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ def version():
5454
'Programming Language :: Python :: 3.5',
5555
'Programming Language :: Python :: 3.6',
5656
'Programming Language :: Python :: 3.7',
57+
'Programming Language :: Python :: 3.8',
5758
'Programming Language :: Python :: Implementation :: CPython',
5859
'Programming Language :: Python :: Implementation :: PyPy',
5960
'Topic :: Software Development :: Build Tools',

0 commit comments

Comments
 (0)