From 594ac22d133a8effa085e32114693cb08781906c Mon Sep 17 00:00:00 2001 From: Jack Pierce Date: Wed, 27 Apr 2022 10:34:16 -0400 Subject: [PATCH] Release 0.14.0 (#221) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump version: 0.13.2 → 0.14.0 --- .bumpversion.cfg | 2 +- CHANGELOG.md | 2 ++ docs/index.md | 2 +- setup.cfg | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 55f0433..92c5566 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.13.2 +current_version = 0.14.0 commit = True tag = False diff --git a/CHANGELOG.md b/CHANGELOG.md index 15e3503..2ac4624 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.14.0] - 2022-04-26 + ### Added * Add kwarg pass-through parameter to `stage_commit_push_changes`, allowing users to provide keyword arguments to `git push`. diff --git a/docs/index.md b/docs/index.md index 58e0d9a..e1ebdfd 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,4 +1,4 @@ -# pygitops - 0.13.2 +# pygitops - 0.14.0 [![CI pipeline status](https://github.com/wayfair-incubator/pygitops/workflows/CI/badge.svg?branch=main)][ci] diff --git a/setup.cfg b/setup.cfg index a06d91b..dadf594 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ name = pygitops url = https://github.com/wayfair-incubator/pygitops author = Josh Woodward author_email = josh.woodward2693@gmail.com -version = 0.13.2 +version = 0.14.0 description = Wrapper for low-level git logic. Useful for systems automating git operations. long_description = file: README.md long_description_content_type = text/markdown