diff --git a/CHANGELOG.md b/CHANGELOG.md index 50d756024..2eab197d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## moler 4.6.0 + * Deleted asyncio policy class + * Warning when using ThreadedTerminalNoFork + ## moler 4.5.0 * Optional terminal without forkpty diff --git a/docs/source/conf.py b/docs/source/conf.py index 45737db20..f6789c142 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,7 +24,7 @@ author = 'Nokia' # The short X.Y version -version = '4.5.0' +version = '4.6.0' # The full version, including alpha/beta/rc tags release = 'stable' diff --git a/setup.py b/setup.py index c94301269..abc7f2c53 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name='moler', - version='4.5.0', + version='4.6.0', description='Moler is a library for working with terminals, mainly for automated tests', # Required long_description=long_description, long_description_content_type='text/markdown',