From bf04fb9e58422abc62744a926278325d55c0955b Mon Sep 17 00:00:00 2001 From: Julien Maupetit Date: Tue, 1 Mar 2016 13:31:57 +0100 Subject: [PATCH] Bump release to 1.3.2 --- CHANGELOG.md | 9 +++++++++ docs/about/release-notes.md | 9 +++++++++ watson/version.py | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07d588cc..e956fa0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ CHANGELOG This document records all notable changes to Watson. This project adheres to [Semantic Versioning](http://semver.org/). +## 1.3.2 (2016-03-01) + +* Added: document installation for Arch Linux +* Added: improve frame selection by position +* Fixed: improve error handling +* Fixed: remove unnecessary dependencies for a stand alone installation +* Fixed: specify correct source directory for flake8 and pytest (tox test +suite) + ## 1.3.1 (2016-02-11) * Fix packaging error with PyPI diff --git a/docs/about/release-notes.md b/docs/about/release-notes.md index 1f34897b..eed240e7 100644 --- a/docs/about/release-notes.md +++ b/docs/about/release-notes.md @@ -3,6 +3,15 @@ This document records all notable changes to Watson. This project adheres to [Semantic Versioning](http://semver.org/). +## 1.3.2 (2016-03-01) + +* Added: document installation for Arch Linux +* Added: improve frame selection by position +* Fixed: improve error handling +* Fixed: remove unnecessary dependencies for a stand alone installation +* Fixed: specify correct source directory for flake8 and pytest (tox test +suite) + ## 1.3.1 (2016-02-11) * Fix packaging error with PyPI diff --git a/watson/version.py b/watson/version.py index 9c00202c..f2253780 100644 --- a/watson/version.py +++ b/watson/version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -version = "1.3.1" +version = "1.3.2"