From 1fa8524b92b6937cbd743b83472b14acc3221759 Mon Sep 17 00:00:00 2001 From: Jack Pierce Date: Mon, 17 May 2021 10:34:01 -0400 Subject: [PATCH] Release 0.11.1 (#102) * Release 0.11.1 * Update CHANGELOG.md Co-authored-by: Floyd Hightower --- CHANGELOG.md | 6 ++++++ docs/index.md | 2 +- setup.cfg | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9179a50..edd321b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.1] - 2021-05-17 + +### Fixed + +* Properly increment version number to `0.11.1` (version `0.11.0` was not tagged properly so it was not pushed to PyPI) + ## [0.11.0] - 2021-05-14 ### Changed diff --git a/docs/index.md b/docs/index.md index 6e62e7c..4b91b9a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,4 +1,4 @@ -# pygitops - 0.11.0 +# pygitops - 0.11.1 [![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 bab335b..1a6c6e4 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.11.0 +version = 0.11.1 description = Wrapper for low-level git logic. Useful for systems automating git operations. long_description = file: README.md long_description_content_type = text/markdown