Skip to content

Commit

Permalink
Release 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brunns committed Feb 1, 2021
1 parent db807dc commit 1210b97
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Change Log

## 2.5.2
## 2.6.1

* Bugfix - Stub.from_structure() decodes logically combinable predicates. (Thanks, @SShatun)

## 2.6

* Add support for PARCH HTTP verb. (Thanks to [@garry-jeromson](https://github.com/garry-jeromson).)
* Add NotPredicate.

## 2.5.1

* Bugfix - Ensure imposter host matches server host
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,6 @@ make precommit && git commit -am"Release $version" && git push --set-upstream or
hub release create "V$version" -t"release-$version" -m"Version $version"
python setup.py sdist bdist_wheel
twine upload dist/*$version*
git checkout master
git merge "release-$version"
```
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
setup(
name="mbtest",
zip_safe=False,
version="2.5.2",
version="2.6.1",
description="Python wrapper & utils for the Mountebank over the wire test double tool.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 1210b97

Please sign in to comment.