From 0177a09e2c275513495228156048f255bb137625 Mon Sep 17 00:00:00 2001 From: Hsiaoming Yang Date: Wed, 5 Nov 2014 15:19:06 +0800 Subject: [PATCH] Version bump 2.3.2 --- docs/changelog.rst | 9 +++++++++ livereload/__init__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index efc2807..2dc3709 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -3,6 +3,15 @@ Changelog The full list of changes between each Python LiveReload release. +Version 2.3.2 +------------- + +1. Fix root parameter in ``serve`` method via `#76`_. +2. Fix shell unicode stdout error. +3. More useful documentation. + +.. _`#76`: https://github.com/lepture/python-livereload/issues/76 + Version 2.3.1 ------------- diff --git a/livereload/__init__.py b/livereload/__init__.py index 47849d8..f578a60 100644 --- a/livereload/__init__.py +++ b/livereload/__init__.py @@ -7,7 +7,7 @@ :copyright: (c) 2013 by Hsiaoming Yang """ -__version__ = '2.3.1' +__version__ = '2.3.2' __author__ = 'Hsiaoming Yang ' __homepage__ = 'https://github.com/lepture/python-livereload'