diff --git a/CHANGELOG.md b/CHANGELOG.md index 017d4c358..f4734eead 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## moler 1.31.2 + +### Improved +* Add logs for troubleshoot threads + ## moler 1.31.1 ### Improved diff --git a/docs/source/conf.py b/docs/source/conf.py index fe90b9182..811dce37e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,7 +24,7 @@ author = 'Nokia' # The short X.Y version -version = '1.31.1' +version = '1.31.2' # The full version, including alpha/beta/rc tags release = 'stable' diff --git a/setup.py b/setup.py index 5e06fad97..8494baca6 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name='moler', # Required - version='1.31.1', # Required + version='1.31.2', # 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)