Skip to content

Commit

Permalink
Releasing version 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewbalvanz-wf committed Jun 27, 2017
1 parent 69caa40 commit b8f2dde
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### v0.6.2
* 69caa40 - Merge pull request #35 from pact-foundation/fix-broker-credentials (Matt Fellows, Tue Jun 27 20:49:35 2017 +1000)
* d60f37f - Fix the use of broker credentials (Matthew Balvanz, Mon Jun 26 21:14:53 2017 -0500)

### v0.6.1
* 14968ea - Merge pull request #34 from hartror/rh_version_fix (Matthew Balvanz, Mon Jun 26 20:23:29 2017 -0500)
* aca520f - pydocstyle is fussy, should have run it before pushing (Rory Hart, Sun Jun 25 20:11:26 2017 +1000)
Expand Down
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

4. Add files to git

$ git add CHANGELOG.md pact/__init__.py
$ git add CHANGELOG.md pact/__version__.py

5. Commit

Expand Down
2 changes: 1 addition & 1 deletion pact/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Pact version info."""

__version__ = '0.6.1'
__version__ = '0.6.2'

0 comments on commit b8f2dde

Please sign in to comment.