Skip to content

Commit

Permalink
Merge pull request #350 from nokia/release_v1.20.0
Browse files Browse the repository at this point in the history
New release v1.20.0
  • Loading branch information
marcin-usielski authored Aug 13, 2020
2 parents c78683a + 3c5a52e commit b1c797c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![image](https://img.shields.io/badge/pypi-v1.19.0-blue.svg)](https://pypi.org/project/moler/)
[![image](https://img.shields.io/badge/pypi-v1.20.0-blue.svg)](https://pypi.org/project/moler/)
[![image](https://img.shields.io/badge/python-2.7%20%7C%203.6%20%7C%203.7%20%7C%203.8-blue.svg)](https://pypi.org/project/moler/)
[![Build Status](https://travis-ci.org/nokia/moler.svg?branch=master)](https://travis-ci.org/nokia/moler)
[![Coverage Status](https://coveralls.io/repos/github/nokia/moler/badge.svg?branch=master)](https://coveralls.io/github/nokia/moler?branch=master)
Expand Down Expand Up @@ -472,4 +472,4 @@ result = command.await_done(timeout)
* timeout is required parameter (not as in concurrent.futures) since we don't expect endless execution of command (user must know what is worst case timeout to await command completion)

# Video introduction
You can [watch videos how to use Moler on YouTube](https://www.youtube.com/channel/UCgToo2qq8kLMyEgzd4btM9g).
You can [watch videos how to use Moler on YouTube](https://www.youtube.com/channel/UCgToo2qq8kLMyEgzd4btM9g).
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
author = 'Nokia'

# The short X.Y version
version = '1.19.0'
version = '1.20.0'
# The full version, including alpha/beta/rc tags
release = 'stable'

Expand Down
8 changes: 8 additions & 0 deletions docs/source/moler.cmd.unix.rst
Original file line number Diff line number Diff line change
Expand Up @@ -708,6 +708,14 @@ moler.cmd.unix.uname module
:undoc-members:
:show-inheritance:

moler.cmd.unix.unxz module
--------------------------

.. automodule:: moler.cmd.unix.unxz
:members:
:undoc-members:
:show-inheritance:

moler.cmd.unix.unzip module
---------------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name='moler', # Required
version='1.19.0', # Required
version='1.20.0', # Required
description='Moler is library to help in building automated tests', # Required
long_description=long_description, # Optional
long_description_content_type='text/markdown', # Optional (see note above)
Expand Down

0 comments on commit b1c797c

Please sign in to comment.