File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,18 @@ Changelog
33
44The 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+
618Version 2.6.1
719-------------
820
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments