Skip to content

Commit

Permalink
Merge branch 'release/3.0.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
dallinb committed Apr 16, 2024
2 parents c52f046 + 8b3c73f commit d2fbb4d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog


## 3.0.4
## 3.0.6

### Fix

* Correct bad release. [Ben Dalling]


## 3.0.5 (2024-04-16)

### Fix

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.4'
__version__ = '3.0.6'


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 @@ -111,7 +111,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.4
And the TestInfra pip package version is 3.0.5
# Check that installed packages have compatible dependencies.
And the TestInfra pip check is OK

Expand Down

0 comments on commit d2fbb4d

Please sign in to comment.