Skip to content

Commit

Permalink
Merge pull request #304 from nokia/release_v1.10.0
Browse files Browse the repository at this point in the history
New release v1.10.0
  • Loading branch information
marcin-usielski authored Apr 7, 2020
2 parents e4e144d + 664fa5f commit d3e2744
Show file tree
Hide file tree
Showing 4 changed files with 27 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.9.0-blue.svg)](https://pypi.org/project/moler/)
[![image](https://img.shields.io/badge/pypi-v1.10.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.9.0'
version = '1.10.0'
# The full version, including alpha/beta/rc tags
release = 'stable'

Expand Down
24 changes: 24 additions & 0 deletions docs/source/moler.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ Subpackages
Submodules
----------

moler.abstract\_moler\_connection module
----------------------------------------

.. automodule:: moler.abstract_moler_connection
:members:
:undoc-members:
:show-inheritance:

moler.asyncio\_runner module
----------------------------

Expand Down Expand Up @@ -113,6 +121,14 @@ moler.observable\_connection module
:undoc-members:
:show-inheritance:

moler.observer\_thread\_wrapper module
--------------------------------------

.. automodule:: moler.observer_thread_wrapper
:members:
:undoc-members:
:show-inheritance:

moler.publisher module
----------------------

Expand Down Expand Up @@ -145,6 +161,14 @@ moler.scheduler module
:undoc-members:
:show-inheritance:

moler.threaded\_moler\_connection module
----------------------------------------

.. automodule:: moler.threaded_moler_connection
:members:
:undoc-members:
:show-inheritance:


Module contents
---------------
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.9.0', # Required
version='1.10.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 d3e2744

Please sign in to comment.