Skip to content

Commit

Permalink
Release 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brunns committed Feb 8, 2024
1 parent 7d311de commit 38d7887
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
,,# Change Log
# Change Log

## 2.12.0

* Enhancement - add `with_json` to `had_request` matcher.

## 2.11.0

Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"trustme>=0.9",
]
coverage_dependencies = [
"pytest-cov>=2.5,<5.0",
"pytest-cov>=2.5",
"codacy-coverage>=1.0",
]
docs_dependencies = [
Expand All @@ -53,12 +53,12 @@
setup(
name="mbtest",
zip_safe=False,
version="2.11.0",
version="2.12.0",
description="Python wrapper & utils for the Mountebank over the wire test double tool.",
long_description=long_description,
long_description_content_type="text/markdown",
author="Simon Brunning",
author_email="simon@brunningonline.net",
author_email="simon@brunn.ing",
url="https://github.com/brunns/mbtest/",
packages=find_packages(where="src"),
package_dir={"": "src"},
Expand All @@ -79,7 +79,7 @@
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Software Development :: Testing",
],
python_requires=">=3.7",
python_requires=">=3.8",
install_requires=install_dependencies,
tests_require=test_dependencies,
extras_require=extras,
Expand Down

0 comments on commit 38d7887

Please sign in to comment.