Skip to content

Commit

Permalink
Version 3.3.0 (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-usielski authored Mar 6, 2024
1 parent 1171c74 commit 1b785e3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## moler 3.3.0
* Optional log to console/stdout
* Optional sleep before commands in EventAwaiter
* Unix commands - optional ctrl + z and kill on timeout

## moler 3.2.0
* Refactoring - removed warnings for Python
* ConnectionObserverLifeStatus - debug enhancement
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
author = 'Nokia'

# The short X.Y version
version = '3.2.0'
version = '3.3.0'
# The full version, including alpha/beta/rc tags
release = 'stable'

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name='moler',
version='3.2.0',
version='3.3.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 1b785e3

Please sign in to comment.