Skip to content

Commit 5616347

Browse files
authored
Merge pull request #233 from nokia/release_v1.0.1
New release v1.0.1
2 parents 2c7b111 + e037c7c commit 5616347

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![image](https://img.shields.io/badge/pypi-v1.0.0-blue.svg)](https://pypi.org/project/moler/)
1+
[![image](https://img.shields.io/badge/pypi-v1.0.1-blue.svg)](https://pypi.org/project/moler/)
22
[![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/)
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

Lines changed: 1 addition & 1 deletion
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.0.0'
27+
version = '1.0.1'
2828
# The full version, including alpha/beta/rc tags
2929
release = 'stable'
3030

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ptyprocess
33
pyyaml >= 5.1
44
six
55
transitions
6-
apscheduler
6+
apscheduler == 3.6.1
77
trollius; python_version < '3'
88
deepdiff == 3.3.0; python_version < '3'
99
deepdiff; python_version > '3'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name='moler', # Required
16-
version='1.0.0', # Required
16+
version='1.0.1', # 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)