Skip to content

Commit

Permalink
Merge pull request #262 from nokia/release_v1.3.1
Browse files Browse the repository at this point in the history
New release v1.3.1
  • Loading branch information
Ernold11 authored Dec 12, 2019
2 parents b9f841e + 7862115 commit 7e3b50d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## moler 1.3.1

### Added
* option to disable log every occurrence for events
* backward compatibility for load_device_from_config

### Fixed
* correct device remove functionality functionality


## moler 1.3.0

### Added
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
3. [API design reasoning](#api-design-reasoning)
4. [Designed API](#designed-api)

# Changelog
View our [chronological list](https://github.com/nokia/moler/blob/master/CHANGELOG.md) of user-facing changes, large and small, made to the Moler project.


# Moler
Moler ([name origin](https://github.com/nokia/moler/wiki#moler-name-origin)) is Python library
that provides "bricks" for building automated tests.
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.3.0'
version = '1.3.1'
# The full version, including alpha/beta/rc tags
release = 'stable'

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.3.0', # Required
version='1.3.1', # 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 7e3b50d

Please sign in to comment.