Skip to content

Commit

Permalink
BUMP-VERSION: 1.2.7.dev3 (was: 1.2.7.dev2)
Browse files Browse the repository at this point in the history
  • Loading branch information
jenisys committed Apr 2, 2023
1 parent 2d4c574 commit 2f45157
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
[bumpversion]
current_version = 1.2.7.dev2
current_version = 1.2.7.dev3
files = behave/version.py setup.py VERSION.txt pytest.ini .bumpversion.cfg
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<drop>\w*)
serialize = {major}.{minor}.{patch}{drop}
commit = False
tag = False
allow_dirty = True

2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.7.dev2
1.2.7.dev3
2 changes: 1 addition & 1 deletion behave/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -- BEHAVE-VERSION:
VERSION = "1.2.7.dev2"
VERSION = "1.2.7.dev3"
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ testpaths = tests
python_files = test_*.py
junit_family = xunit2
addopts = --metadata PACKAGE_UNDER_TEST behave
--metadata PACKAGE_VERSION 1.2.7.dev2
--metadata PACKAGE_VERSION 1.2.7.dev3
--html=build/testing/report.html --self-contained-html
--junit-xml=build/testing/report.xml
markers =
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def find_packages_by_root_package(where):
# -----------------------------------------------------------------------------
setup(
name="behave",
version="1.2.7.dev2",
version="1.2.7.dev3",
description="behave is behaviour-driven development, Python style",
long_description=description,
author="Jens Engel, Benno Rice and Richard Jones",
Expand Down

0 comments on commit 2f45157

Please sign in to comment.