Skip to content

Commit

Permalink
Update project version to v2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
datur committed Nov 25, 2022
1 parent e2e89e6 commit f03a6f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v2.1 - 2022-11-25

Includes:
- Add common pact testing fixture helpers.

## v2.0 - 2022-07-31

Includes:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

REPO_ROOT = path.abspath(path.dirname(__file__))

VERSION = "2.0"
VERSION = "2.1"

with open(path.join(REPO_ROOT, "README.md"), encoding="utf-8") as f:
long_description = f.read()
Expand Down

0 comments on commit f03a6f9

Please sign in to comment.