Skip to content

Commit

Permalink
Updating product version
Browse files Browse the repository at this point in the history
  • Loading branch information
anibalinn committed Dec 27, 2024
1 parent d5e35fa commit aa44c6f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python setup.py sdist
pip install dist/behavex-4.0.9.tar.gz
pip install dist/behavex-4.1.0.tar.gz
- name: Verify behavex command
shell: bash
Expand Down
11 changes: 11 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Version History
===============================================================================

Version: 4.1.0
-------------------------------------------------------------------------------

ENHANCEMENTS:

* Cosmetic improvements in documentation

FIXES:

* Fixing issue when re-executing failing scenarios using the -rf option, as there where scenario outline examples not being considered in the re-execution

Version: 4.0.9
-------------------------------------------------------------------------------

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.9"
version = "4.1.0"
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.9',
version='4.1.0',
license="MIT",
platforms=['any'],
python_requires='>=3.5',
Expand Down

0 comments on commit aa44c6f

Please sign in to comment.