Skip to content

Commit

Permalink
Merge pull request #393 from nokia/release_v1.28.0
Browse files Browse the repository at this point in the history
New release v1.28.0
  • Loading branch information
marcin-usielski authored Mar 25, 2021
2 parents fba607e + 33b32f4 commit 619f41a
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## moler 1.28.0

### Added
* Add-set-apn-at-cmd

### Improved
* CMDs and events - empty string as unicode
* Coverage events in test - 100%
* Faster SM tests
* State machine in device - check overlapping patterns for prompts.

## moler 1.27.0

### Added
Expand Down
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.27.0-blue.svg)](https://pypi.org/project/moler/)
[![image](https://img.shields.io/badge/pypi-v1.28.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.27.0'
version = '1.28.0'
# The full version, including alpha/beta/rc tags
release = 'stable'

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

moler.cmd.at.set\_apn module
----------------------------

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

moler.cmd.at.set\_mode 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.27.0', # Required
version='1.28.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 619f41a

Please sign in to comment.