Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brunns committed Feb 4, 2019
1 parent deb854b commit 572142f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Requires [make](https://www.gnu.org/software/make/manual/html_node/index.html) a
Requires [hub](https://hub.github.com/), [setuptools](https://setuptools.readthedocs.io) and [twine](https://twine.readthedocs.io). To release `n.n.n`:

version="n.n.n" # Needs to match new version number in setup.py.
git commit -am"Release $version" && git push # If not already all pushed, which it should be.
git commit -am"Release $version" && make precommit && git push # If not already all pushed, which it should be.
hub release create $version -m"Release $version"
python setup.py sdist
twine upload dist/`ls -t dist/ | head -n1`
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
setup(
name="mbtest",
zip_safe=False,
version="1.0.3",
version="1.1.0",
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 572142f

Please sign in to comment.