Skip to content

Commit

Permalink
Updated product version
Browse files Browse the repository at this point in the history
  • Loading branch information
anibalinn committed Sep 24, 2024
1 parent 2b3ee47 commit e0f89ba
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Version History
===============================================================================

Version: 4.0.6
-------------------------------------------------------------------------------
ENHANCEMENTS:

* Improved KeyboardInterrupt handling when running BehaveX in parallel, by terminating all child processes before exiting.


Version: 4.0.5
-------------------------------------------------------------------------------
ENHANCEMENTS:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "behavex"
version = "4.0.5"
version = "4.0.6"
description = "Agile testing framework on top of Behave (BDD)."
readme = "README.md"
license = { text = "MIT" }
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='behavex',
version='4.0.5',
version='4.0.6',
license="MIT",
platforms=['any'],
python_requires='>=3.5',
Expand Down

0 comments on commit e0f89ba

Please sign in to comment.