From 704b5fc0be32f27a9e3976838c923a811e1852cd Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Sat, 8 Apr 2017 23:29:18 -0400 Subject: [PATCH 1/2] Update CHANGELOG with 0.4.2 release notes --- CHANGELOG.md | 14 +++++++++++++- CHANGELOG.rst | 20 +++++++++++++++++--- 2 files changed, 30 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 648b1344..588f1384 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ![](http://i.imgur.com/vzC5zmA.gif) -[![Build Status](https://travis-ci.org/donnemartin/saws.svg?branch=master)](https://travis-ci.org/donnemartin/saws) [![Documentation Status](https://readthedocs.org/projects/saws/badge/?version=latest)](http://saws.readthedocs.org/en/latest/?badge=latest) [![Dependency Status](https://gemnasium.com/donnemartin/saws.svg)](https://gemnasium.com/donnemartin/saws) [![Codecov](https://img.shields.io/codecov/c/github/donnemartin/saws.svg)](https://codecov.io/github/donnemartin/saws/saws) +[![Build Status](https://travis-ci.org/donnemartin/saws.svg?branch=master)](https://travis-ci.org/donnemartin/saws) [![Documentation Status](https://readthedocs.org/projects/saws/badge/?version=latest)](http://saws.readthedocs.org/en/latest/?badge=latest) [![Dependency Status](https://gemnasium.com/donnemartin/saws.svg)](https://gemnasium.com/donnemartin/saws) [![PyPI version](https://badge.fury.io/py/saws.svg)](http://badge.fury.io/py/saws) [![PyPI](https://img.shields.io/pypi/pyversions/saws.svg)](https://pypi.python.org/pypi/saws/) [![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html) @@ -18,6 +18,18 @@ https://github.com/donnemartin/saws/issues Changelog ========= +0.4.2 (2017-04-08) +------------------ + +### Bug Fixes + +* [#90](https://github.com/donnemartin/saws/pull/90) - Fix `Sphinx` document generation issues. + +### Updates + +* Update list of commands. +* [#92](https://github.com/donnemartin/saws/pull/92) - Update `feed_key to feed and process_keys for `prompt-toolkit` v1.0.1+. + 0.4.1 (2015-05-31) ------------------ diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 34bc8a42..05121c84 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,7 +1,7 @@ .. figure:: http://i.imgur.com/vzC5zmA.gif :alt: -|Build Status| |Documentation Status| |Dependency Status| |Codecov| +|Build Status| |Documentation Status| |Dependency Status| |PyPI version| |PyPI| |License| @@ -20,6 +20,22 @@ https://github.com/donnemartin/saws/issues Changelog ========= +0.4.2 (2017-04-08) +------------------ + +Bug Fixes +~~~~~~~~~ + +- `#90 `__ - Fix + ``Sphinx`` document generation issues. + +Updates +~~~~~~~ + +- Update list of commands. +- `#92 `__ - Update + ``feed_key to feed and process_keys for``\ prompt-toolkit\` v1.0.1+. + 0.4.1 (2015-05-31) ------------------ @@ -237,8 +253,6 @@ Updates :target: http://saws.readthedocs.org/en/latest/?badge=latest .. |Dependency Status| image:: https://gemnasium.com/donnemartin/saws.svg :target: https://gemnasium.com/donnemartin/saws -.. |Codecov| image:: https://img.shields.io/codecov/c/github/donnemartin/saws.svg - :target: https://codecov.io/github/donnemartin/saws/saws .. |PyPI version| image:: https://badge.fury.io/py/saws.svg :target: http://badge.fury.io/py/saws .. |PyPI| image:: https://img.shields.io/pypi/pyversions/saws.svg From a4c0162216bfa8a0a67dc6569a0bf43179b901cd Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Sat, 8 Apr 2017 23:29:32 -0400 Subject: [PATCH 2/2] Update version to 0.4.2 --- saws/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saws/__init__.py b/saws/__init__.py index 3472c228..31759a23 100644 --- a/saws/__init__.py +++ b/saws/__init__.py @@ -13,4 +13,4 @@ # ANY KIND, either express or implied. See the License for the specific # language governing permissions and limitations under the License. -__version__ = '0.4.1' +__version__ = '0.4.2'