We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5ab21f commit 62d016aCopy full SHA for 62d016a
CHANGES.rst
@@ -3,6 +3,13 @@ Changelog
3
4
The full list of changes between each Python LiveReload release.
5
6
+Version 2.7.0
7
+-------------
8
+
9
+Released on Jun 23, 2024
10
11
+1. Fixed many bugs
12
13
Version 2.6.3
14
-------------
15
livereload/__init__.py
@@ -8,7 +8,7 @@
:license: BSD, see LICENSE for more details.
"""
-__version__ = '2.6.3'
+__version__ = '2.7.0'
__author__ = 'Hsiaoming Yang <[email protected]>'
__homepage__ = 'https://github.com/lepture/python-livereload'
0 commit comments