Skip to content

Commit

Permalink
Merge pull request #375 from nokia/release_v1.25.0
Browse files Browse the repository at this point in the history
New release v1.25.0
  • Loading branch information
marcin-usielski authored Jan 27, 2021
2 parents 31290b8 + 57d218f commit 6e72db1
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![image](https://img.shields.io/badge/pypi-v1.24.0-blue.svg)](https://pypi.org/project/moler/)
[![image](https://img.shields.io/badge/pypi-v1.25.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
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.24.0'
version = '1.25.0'
# The full version, including alpha/beta/rc tags
release = 'stable'

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

moler.cmd.at.cu module
----------------------

.. automodule:: moler.cmd.at.cu
:members:
:undoc-members:
:show-inheritance:

moler.cmd.at.detach module
--------------------------

Expand All @@ -44,6 +52,14 @@ moler.cmd.at.genericat module
:undoc-members:
:show-inheritance:

moler.cmd.at.get\_apns module
-----------------------------

.. automodule:: moler.cmd.at.get_apns
:members:
:undoc-members:
:show-inheritance:

moler.cmd.at.get\_attach\_state module
--------------------------------------

Expand All @@ -68,6 +84,14 @@ moler.cmd.at.get\_imsi module
:undoc-members:
:show-inheritance:

moler.cmd.at.get\_ip module
---------------------------

.. automodule:: moler.cmd.at.get_ip
:members:
:undoc-members:
:show-inheritance:

moler.cmd.at.get\_manufacturer\_id module
-----------------------------------------

Expand All @@ -76,6 +100,14 @@ moler.cmd.at.get\_manufacturer\_id module
:undoc-members:
:show-inheritance:

moler.cmd.at.get\_product\_info module
--------------------------------------

.. automodule:: moler.cmd.at.get_product_info
:members:
:undoc-members:
:show-inheritance:

moler.cmd.at.get\_revision\_id module
-------------------------------------

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 @@ -684,6 +684,14 @@ moler.cmd.unix.tail module
:undoc-members:
:show-inheritance:

moler.cmd.unix.tail\_latest\_file module
----------------------------------------

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

moler.cmd.unix.tar 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.24.0', # Required
version='1.25.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 6e72db1

Please sign in to comment.