File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1+ ### v0.6.1
2+ * 14968ea - Merge pull request #34 from hartror/rh_version_fix (Matthew Balvanz, Mon Jun 26 20:23:29 2017 -0500)
3+ * aca520f - pydocstyle is fussy, should have run it before pushing (Rory Hart, Sun Jun 25 20:11:26 2017 +1000)
4+ * b70103c - Added docstring for __ version__ .py (Rory Hart, Sun Jun 25 20:08:50 2017 +1000)
5+ * 2076e34 - Disabled flake8 F401 for __ version__ import (Rory Hart, Sun Jun 25 20:05:24 2017 +1000)
6+ * 2912e07 - Version in setup.py reading __ version__ .py directly (Rory Hart, Sun Jun 25 19:40:08 2017 +1000)
7+ * d137a21 - Split tox environments into test & install to replicate installation issue #31 (Rory Hart, Sun Jun 25 19:16:57 2017 +1000)
8+ * f549ddf - Merge pull request #30 from bethesque/contributing (Matthew Balvanz, Sat Jun 24 12:43:30 2017 -0500)
9+ * 1f19a0e - Update CONTRIBUTING.md (Beth Skurrie, Thu Jun 22 08:51:35 2017 +1000)
10+ * 3198817 - Update CONTRIBUTING.md (Beth Skurrie, Thu Jun 22 08:36:57 2017 +1000)
11+ * 7a08bb2 - Update CONTRIBUTING.md (Beth Skurrie, Thu Jun 22 08:35:27 2017 +1000)
12+
113### v0.6.0
214* 10aaaf6 - Merge pull request #27 from pact-foundation/download-pre-package-mock-service-and-verifier (Matthew Balvanz, Tue Jun 20 21:51:40 2017 -0500)
315* a9b991b - Update to pact-ruby-standalone 1.0.0 (Matthew Balvanz, Mon Jun 19 10:17:09 2017 -0500)
Original file line number Diff line number Diff line change 11# Releasing
22
3- 1 . Increment the version according to semantic versioning rules in ` pact/__init__ .py `
3+ 1 . Increment the version according to semantic versioning rules in ` pact/__version__ .py `
44
552 . To upgrade the the versions of ` pact-mock_service ` and ` pact-provider-verifier ` , change the
66 ` PACT_STANDALONE_VERSION ` in ` setup.py ` to match the latest version available from the
Original file line number Diff line number Diff line change 11"""Pact version info."""
22
3- __version__ = '0.6.0 '
3+ __version__ = '0.6.1 '
You can’t perform that action at this time.
0 commit comments