Skip to content

Commit

Permalink
Merge branch 'release/0.4.2'
Browse files Browse the repository at this point in the history
* release/0.4.2:
  Update version to 0.4.2
  Update CHANGELOG with 0.4.2 release notes
  • Loading branch information
donnemartin committed Apr 9, 2017
2 parents 7afe1c0 + a4c0162 commit b03419a
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 5 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand All @@ -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)
------------------

Expand Down
20 changes: 17 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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|

Expand All @@ -20,6 +20,22 @@ 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)
------------------

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion saws/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

3 comments on commit b03419a

@jeffbyrnes
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@donnemartin I was under the impression that this project was superseded by aws-shell; is that not the case?

@donnemartin
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @jeffbyrnes, you're right, here's the comment with more info.

@jeffbyrnes
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@donnemartin ok, just wanted to be sure! Thanks.

Please sign in to comment.