Skip to content

Commit 0eb41b4

Browse files
committed
Version bump 2.6.0
1 parent ba2152c commit 0eb41b4

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGES.rst

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

44
The 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+
614
Version 2.5.2
715
-------------
816

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

setup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)