Skip to content

Commit

Permalink
fix: dev: Edits for release 3.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dallinb committed Aug 24, 2024
1 parent e57daa2 commit 3f475dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog


## 3.0.5
## 3.1.0

### New

Expand Down
2 changes: 1 addition & 1 deletion testinfra_bdd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
2 changes: 1 addition & 1 deletion tests/features/example.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f475dd

Please sign in to comment.