From 1701a4aca17f0629a2d27b88a2c25b097aca99a0 Mon Sep 17 00:00:00 2001 From: Adrian Kubala Date: Wed, 27 Nov 2019 10:32:48 +0100 Subject: [PATCH] New release v1.2.0 --- README.md | 2 +- docs/source/conf.py | 2 +- docs/source/moler.rst | 16 ++++++++++++++++ setup.py | 2 +- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 337a89ec6..c298897ce 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![image](https://img.shields.io/badge/pypi-v1.1.0-blue.svg)](https://pypi.org/project/moler/) +[![image](https://img.shields.io/badge/pypi-v1.2.0-blue.svg)](https://pypi.org/project/moler/) [![image](https://img.shields.io/badge/python-2.7%20%7C%203.5%20%7C%203.6%20%7C%203.7-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) diff --git a/docs/source/conf.py b/docs/source/conf.py index f45ac84e3..92dc777db 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,7 +24,7 @@ author = 'Nokia' # The short X.Y version -version = '1.1.0' +version = '1.2.0' # The full version, including alpha/beta/rc tags release = 'stable' diff --git a/docs/source/moler.rst b/docs/source/moler.rst index bb2cecb92..72c6ef2b0 100644 --- a/docs/source/moler.rst +++ b/docs/source/moler.rst @@ -49,6 +49,14 @@ moler.connection module :undoc-members: :show-inheritance: +moler.connection\_factory module +-------------------------------- + +.. automodule:: moler.connection_factory + :members: + :undoc-members: + :show-inheritance: + moler.connection\_observer module --------------------------------- @@ -97,6 +105,14 @@ moler.instance\_loader module :undoc-members: :show-inheritance: +moler.observable\_connection module +----------------------------------- + +.. automodule:: moler.observable_connection + :members: + :undoc-members: + :show-inheritance: + moler.runner module ------------------- diff --git a/setup.py b/setup.py index 79730a1e3..a91c89180 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name='moler', # Required - version='1.1.0', # Required + version='1.2.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)