File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,14 @@ Changelog
33
44The full list of changes between each Python LiveReload release.
55
6+ Version 2.6.0
7+ -------------
8+
9+ Released on Nov 21, 2018
10+
11+ 1. Changed logic of liveport.
12+ 2. Fixed bugs
13+
614Version 2.5.2
715-------------
816
Original file line number Diff line number Diff line change 88 :license: BSD, see LICENSE for more details.
99"""
1010
11- __version__ = '2.5.2 '
11+ __version__ = '2.6.0 '
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 @@ -48,11 +48,8 @@ def version():
4848 'Operating System :: POSIX :: Linux' ,
4949 'Programming Language :: Python' ,
5050 'Programming Language :: Python :: 2' ,
51- 'Programming Language :: Python :: 2.6' ,
5251 'Programming Language :: Python :: 2.7' ,
5352 'Programming Language :: Python :: 3' ,
54- 'Programming Language :: Python :: 3.3' ,
55- 'Programming Language :: Python :: 3.4' ,
5653 'Programming Language :: Python :: 3.5' ,
5754 'Programming Language :: Python :: 3.6' ,
5855 'Programming Language :: Python :: 3.7' ,
You can’t perform that action at this time.
0 commit comments