Skip to content

Commit

Permalink
Version 3.9.0 (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-usielski authored Jun 5, 2024
1 parent 80193ac commit dda2215
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## moler 3.9.0
* Change way of validating if Ctrl+Z has worked and stopped the command
* Change the way of validating if Ctrl+Z has worked and stopped the command
* Keygen file is taken from ssh output
* Optional sleep after state change
* Change the way the date is parsed (time zone)


## moler 3.8.0
* More info when SshShell is disconnected
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name='moler',
version='3.8.1',
version='3.9.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',
Expand Down

0 comments on commit dda2215

Please sign in to comment.