diff --git a/CHANGELOG.md b/CHANGELOG.md index 07f5fd4..a00524d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog -## 3.0.5 +## 3.1.0 ### New diff --git a/testinfra_bdd/__init__.py b/testinfra_bdd/__init__.py index ff29f23..333f020 100644 --- a/testinfra_bdd/__init__.py +++ b/testinfra_bdd/__init__.py @@ -33,7 +33,7 @@ This is used by setuptools and by gitchangelog to identify the name of the name of the release. """ -__version__ = '3.0.5' +__version__ = '3.1.0' def get_host_fixture(hostspec, timeout=0): diff --git a/tests/features/example.feature b/tests/features/example.feature index cb9702c..93d1c9f 100644 --- a/tests/features/example.feature +++ b/tests/features/example.feature @@ -112,7 +112,7 @@ Feature: Example of Testinfra BDD When the TestInfra pip package is testinfra-bdd # Can check if the package is absent or present. Then the TestInfra pip package is present - And the TestInfra pip package version is 3.0.5 + And the TestInfra pip package version is 3.1.0 And the TestInfra pip package version will be greater than or equal to 3.0.5 # Check that installed packages have compatible dependencies. And the TestInfra pip check is OK