From 664d9f444c3086a9a7bf150efbe24b281dc816ea Mon Sep 17 00:00:00 2001 From: Embolalia Date: Sun, 22 Nov 2015 09:31:47 -0500 Subject: [PATCH] Release 6.1.1 --- NEWS | 9 +++++++++ sopel/__init__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 6047685313..c473e1957e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +Changes between 6.1.0 and 6.1.1 +=============================== +If you are updating from a pre-6.0 version (i.e. Willie), there are backwards- +incompatible changes which you should be aware of. See +http://willie.dftba.net/willie_6.html for more information. + +Core changes: +* A regression which caused the config wizard to be unusable is fixed. + Changes between 6.0.0 and 6.1.0 =============================== If you are updating from a pre-6.0 version (i.e. Willie), there are backwards- diff --git a/sopel/__init__.py b/sopel/__init__.py index f7afc0a646..4f80c0516a 100644 --- a/sopel/__init__.py +++ b/sopel/__init__.py @@ -18,7 +18,7 @@ import traceback import signal -__version__ = '6.1.0' +__version__ = '6.1.1' def _version_info(version=__version__):