Skip to content

Commit

Permalink
Merge pull request #222 from bmcculley/2.6.2
Browse files Browse the repository at this point in the history
new release update
  • Loading branch information
bmcculley authored Jun 6, 2020
2 parents ca240e9 + e9ddd6c commit ab55ca7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ Changelog

The full list of changes between each Python LiveReload release.

Version 2.6.2
-------------

Released on June 6, 2020

1. Support for Python 2.8
2. Enable adding custom headers to response.
3. Updates for Python 2.7 support.
4. Support for use with a reverse proxy.
5. Other bug fixes.


Version 2.6.1
-------------

Expand Down
2 changes: 1 addition & 1 deletion livereload/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
:license: BSD, see LICENSE for more details.
"""

__version__ = '2.6.1'
__version__ = '2.6.2'
__author__ = 'Hsiaoming Yang <me@lepture.com>'
__homepage__ = 'https://github.com/lepture/python-livereload'

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def version():
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Software Development :: Build Tools',
Expand Down

0 comments on commit ab55ca7

Please sign in to comment.