File tree Expand file tree Collapse file tree 3 files changed +31
-5
lines changed Expand file tree Collapse file tree 3 files changed +31
-5
lines changed Original file line number Diff line number Diff line change 1
1
![ ] ( http://i.imgur.com/vzC5zmA.gif )
2
2
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 )
4
4
5
5
[ ![ 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 )
6
6
@@ -18,6 +18,18 @@ https://github.com/donnemartin/saws/issues
18
18
Changelog
19
19
=========
20
20
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
+
21
33
0.4.1 (2015-05-31)
22
34
------------------
23
35
Original file line number Diff line number Diff line change 1
1
.. figure :: http://i.imgur.com/vzC5zmA.gif
2
2
:alt:
3
3
4
- |Build Status | |Documentation Status | |Dependency Status | | Codecov |
4
+ |Build Status | |Documentation Status | |Dependency Status |
5
5
6
6
|PyPI version | |PyPI | |License |
7
7
@@ -20,6 +20,22 @@ https://github.com/donnemartin/saws/issues
20
20
Changelog
21
21
=========
22
22
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
+
23
39
0.4.1 (2015-05-31)
24
40
------------------
25
41
@@ -237,8 +253,6 @@ Updates
237
253
:target: http://saws.readthedocs.org/en/latest/?badge=latest
238
254
.. |Dependency Status | image :: https://gemnasium.com/donnemartin/saws.svg
239
255
: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
242
256
.. |PyPI version | image :: https://badge.fury.io/py/saws.svg
243
257
:target: http://badge.fury.io/py/saws
244
258
.. |PyPI | image :: https://img.shields.io/pypi/pyversions/saws.svg
Original file line number Diff line number Diff line change 13
13
# ANY KIND, either express or implied. See the License for the specific
14
14
# language governing permissions and limitations under the License.
15
15
16
- __version__ = '0.4.1 '
16
+ __version__ = '0.4.2 '
You can’t perform that action at this time.
0 commit comments