Skip to content

Commit b03419a

Browse files
committed
Merge branch 'release/0.4.2'
* release/0.4.2: Update version to 0.4.2 Update CHANGELOG with 0.4.2 release notes
2 parents 7afe1c0 + a4c0162 commit b03419a

File tree

3 files changed

+31
-5
lines changed

3 files changed

+31
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![](http://i.imgur.com/vzC5zmA.gif)
22

3-
[![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)
3+
[![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)
44

55
[![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)
66

@@ -18,6 +18,18 @@ https://github.com/donnemartin/saws/issues
1818
Changelog
1919
=========
2020

21+
0.4.2 (2017-04-08)
22+
------------------
23+
24+
### Bug Fixes
25+
26+
* [#90](https://github.com/donnemartin/saws/pull/90) - Fix `Sphinx` document generation issues.
27+
28+
### Updates
29+
30+
* Update list of commands.
31+
* [#92](https://github.com/donnemartin/saws/pull/92) - Update `feed_key to feed and process_keys for `prompt-toolkit` v1.0.1+.
32+
2133
0.4.1 (2015-05-31)
2234
------------------
2335

CHANGELOG.rst

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. figure:: http://i.imgur.com/vzC5zmA.gif
22
:alt:
33

4-
|Build Status| |Documentation Status| |Dependency Status| |Codecov|
4+
|Build Status| |Documentation Status| |Dependency Status|
55

66
|PyPI version| |PyPI| |License|
77

@@ -20,6 +20,22 @@ https://github.com/donnemartin/saws/issues
2020
Changelog
2121
=========
2222

23+
0.4.2 (2017-04-08)
24+
------------------
25+
26+
Bug Fixes
27+
~~~~~~~~~
28+
29+
- `#90 <https://github.com/donnemartin/saws/pull/90>`__ - Fix
30+
``Sphinx`` document generation issues.
31+
32+
Updates
33+
~~~~~~~
34+
35+
- Update list of commands.
36+
- `#92 <https://github.com/donnemartin/saws/pull/92>`__ - Update
37+
``feed_key to feed and process_keys for``\ prompt-toolkit\` v1.0.1+.
38+
2339
0.4.1 (2015-05-31)
2440
------------------
2541

@@ -237,8 +253,6 @@ Updates
237253
:target: http://saws.readthedocs.org/en/latest/?badge=latest
238254
.. |Dependency Status| image:: https://gemnasium.com/donnemartin/saws.svg
239255
:target: https://gemnasium.com/donnemartin/saws
240-
.. |Codecov| image:: https://img.shields.io/codecov/c/github/donnemartin/saws.svg
241-
:target: https://codecov.io/github/donnemartin/saws/saws
242256
.. |PyPI version| image:: https://badge.fury.io/py/saws.svg
243257
:target: http://badge.fury.io/py/saws
244258
.. |PyPI| image:: https://img.shields.io/pypi/pyversions/saws.svg

saws/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# ANY KIND, either express or implied. See the License for the specific
1414
# language governing permissions and limitations under the License.
1515

16-
__version__ = '0.4.1'
16+
__version__ = '0.4.2'

0 commit comments

Comments
 (0)