Skip to content

Commit d323d88

Browse files
Merge pull request #353 from nokia/release_v1.21.0
New release v1.21.0
2 parents ba74e81 + 503617e commit d323d88

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![image](https://img.shields.io/badge/pypi-v1.20.0-blue.svg)](https://pypi.org/project/moler/)
1+
[![image](https://img.shields.io/badge/pypi-v1.21.0-blue.svg)](https://pypi.org/project/moler/)
22
[![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/)
33
[![Build Status](https://travis-ci.org/nokia/moler.svg?branch=master)](https://travis-ci.org/nokia/moler)
44
[![Coverage Status](https://coveralls.io/repos/github/nokia/moler/badge.svg?branch=master)](https://coveralls.io/github/nokia/moler?branch=master)

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
author = 'Nokia'
2525

2626
# The short X.Y version
27-
version = '1.20.0'
27+
version = '1.21.0'
2828
# The full version, including alpha/beta/rc tags
2929
release = 'stable'
3030

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name='moler', # Required
16-
version='1.20.0', # Required
16+
version='1.21.0', # Required
1717
description='Moler is library to help in building automated tests', # Required
1818
long_description=long_description, # Optional
1919
long_description_content_type='text/markdown', # Optional (see note above)

0 commit comments

Comments
 (0)