Skip to content

Commit

Permalink
Release 2.13.1,
Browse files Browse the repository at this point in the history
  • Loading branch information
brunns committed Aug 5, 2024
1 parent b1e5a0e commit 67eecc1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 2.13.1

* Re-release

## 2.13.0

* Enhancement - add support for OPTIONS HTTP verb in predicates. (Thanks [@melmoth-der-wanderer(https://github.com/melmoth-der-wanderer).)

## 2.12.0

* Enhancement - add `with_json` to `had_request` matcher.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ update the version number in `setup.py`, then:
version="n.n.n" # Needs to match new version number in setup.py.
git checkout -b "release-$version"
make precommit && git commit -am"Release $version" && git push --set-upstream origin "release-$version" # If not already all pushed, which it should be.
gh release create "V$version" --target "release-$version" --title "Version $version" --generate-notes
gh release create "V$version" --target "release-$version" --generate-notes
python setup.py sdist bdist_wheel && twine upload dist/*$version*
git checkout master && git merge "release-$version"
git push
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
setup(
name="mbtest",
zip_safe=False,
version="2.12.0",
version="2.13.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 67eecc1

Please sign in to comment.