Skip to content

Commit

Permalink
Merge pull request #35 from hrcorval/release_1.5.11
Browse files Browse the repository at this point in the history
Release 1.5.11
  • Loading branch information
hrcorval committed Jun 16, 2022
2 parents 6caf69e + b693590 commit 607033b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
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: 1.5.11
-------------------------------------------------------------------------------

ENHANCEMENTS:

* Enable wrapper execution using the **main** method instead of the **behavex** executable: **"python -m behavex -t /<tag/> ..."**

Version: 1.5.10
-------------------------------------------------------------------------------

Expand Down
4 changes: 4 additions & 0 deletions behavex/__main__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from behavex.runner import main

if __name__ == "__main__":
main()
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='behavex',
version='1.5.10',
version='1.5.11',
python_requires='>=3.5',
author='Hernan Rey',
author_email='behavex_users@googlegroups.com',
Expand Down

0 comments on commit 607033b

Please sign in to comment.