Skip to content

Commit 7fe1ef4

Browse files
committed
Releasing version 1.1.0
1 parent fafc3d5 commit 7fe1ef4

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33

44

5+
56
### 0.22.0
67
* d112a4a - Merge pull request #134 from elliottmurray/multiple-custom-provider-header (Elliott Murray, Mon May 11 16:32:49 2020 +0100)
78
* 58f8e6b - Fix some style issues (Elliott Murray, Wed Apr 29 12:35:00 2020 +0100)

pact/__version__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
"""Pact version info."""
22

3-
__version__ = '1.0.1'
3+
__version__ = '1.1.0'
4+

script/release_prep.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ echo "Appended Changelog to $VERSION"
2020
git add CHANGELOG.md pact/__version__.py
2121
git commit -m "Releasing version $VERSION"
2222

23-
git tag -a "$TAG_NAME" -m "Releasing version $VERSION" && git push origin master --tags`
23+
git tag -a "$TAG_NAME" -m "Releasing version $VERSION" && git push origin master --tags
2424

2525

0 commit comments

Comments
 (0)