From 284dd2d00511b054e1159350ea09631fe1fd8dd6 Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Mon, 21 Sep 2015 13:37:28 -0400 Subject: [PATCH] Prepped version 0.1.1. --- CHANGELOG | 17 +++++++++++++++-- saws/__init__.py | 2 +- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 9da08dba..499e388a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,8 +1,21 @@ Changelog ========= -0.1.0 ------------------------- +0.1.1 (2015-09-21) +------------------ + +- Fixed #14: Fuzzy completions are sometimes showing incorrect + completions for built-in commands and subcommands. + +- Updated installation section. + +- Updated docs. + +- Updated description, download url, license, and classifiers in + setup.py. + +0.1.0 (2015-09-21) +------------------ - Initial release. diff --git a/saws/__init__.py b/saws/__init__.py index d23fe58c..56f04eac 100644 --- a/saws/__init__.py +++ b/saws/__init__.py @@ -11,4 +11,4 @@ # ANY KIND, either express or implied. See the License for the specific # language governing permissions and limitations under the License. -__version__ = '0.1.0' +__version__ = '0.1.1'