File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 2424author = '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
2929release = 'stable'
3030
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ ptyprocess
33pyyaml >= 5.1
44six
55transitions
6- apscheduler
6+ apscheduler == 3.6.1
77trollius ; python_version < '3'
88deepdiff == 3.3.0 ; python_version < '3'
99deepdiff ; python_version > '3'
Original file line number Diff line number Diff line change 1313
1414setup (
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)
You can’t perform that action at this time.
0 commit comments