Skip to content

Commit

Permalink
BUMP-VERSION: 4.0.1 (was: 4.0.0)
Browse files Browse the repository at this point in the history
* Prepare for next release
* FIXES cucumber#1736 (with pull-request: cucumber#1742)
* tox: Update to newer Python versions
  • Loading branch information
jenisys committed Sep 12, 2021
1 parent 2801b27 commit 39ba7cf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions tag-expressions/python/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[bumpversion]
current_version = 4.0.0
current_version = 4.0.1
files = setup.py cucumber_tag_expressions/__init__.py .bumpversion.cfg pytest.ini
commit = False
tag = False
allow_dirty = True

Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
from __future__ import absolute_import
from .parser import parse, TagExpressionParser, TagExpressionError

__version__ = "4.0.0"
__version__ = "4.0.1"
2 changes: 1 addition & 1 deletion tag-expressions/python/pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ testpaths = tests
python_files = test_*.py
addopts =
--metadata PACKAGE_UNDER_TEST tag-expressions
--metadata PACKAGE_VERSION 4.0.0
--metadata PACKAGE_VERSION 4.0.1
--html=build/testing/report.html --self-contained-html
--junit-xml=build/testing/report.xml

Expand Down
2 changes: 1 addition & 1 deletion tag-expressions/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def find_packages_by_root_package(where):
# -----------------------------------------------------------------------------
setup(
name = "cucumber-tag-expressions",
version = "4.0.0",
version = "4.0.1",
author = "Jens Engel",
author_email = "[email protected]",
url = "https://github.com/cucumber/tag-expressions-python",
Expand Down
2 changes: 1 addition & 1 deletion tag-expressions/python/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

[tox]
minversion = 2.8
envlist = py27, py37, py36, py35, pypy
envlist = py39, py38, py27, pypy3
skip_missing_interpreters = True


Expand Down

0 comments on commit 39ba7cf

Please sign in to comment.