From 8b1216360f941fc26cc5f690f9604549d4802f06 Mon Sep 17 00:00:00 2001 From: Ryan Haley Date: Tue, 9 Nov 2021 14:31:36 -0600 Subject: [PATCH 1/3] version bump --- CHANGELOG.md | 2 +- src/code42cli/__version__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc37aa63..f4a718ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 The intended audience of this file is for py42 consumers -- as such, changes that don't affect how a consumer would use the library (e.g. adding unit tests, updating documentation, etc) are not captured here. -## Unreleased +## 1.11.1 - 20201-11-09 ### Changed - Updated minimum version of py42 to `1.19.3` to provide access to updated URI paths for new standardized versioning scheme diff --git a/src/code42cli/__version__.py b/src/code42cli/__version__.py index f84c53b0..c3fa782c 100644 --- a/src/code42cli/__version__.py +++ b/src/code42cli/__version__.py @@ -1 +1 @@ -__version__ = "1.11.0" +__version__ = "1.11.1" From 591deb9297873a6685c8e9843c873457ce7e9df3 Mon Sep 17 00:00:00 2001 From: Ryan Haley Date: Tue, 9 Nov 2021 14:37:44 -0600 Subject: [PATCH 2/3] enable integration tests --- .github/workflows/build.yml | 52 ++++++++++++++++++------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f0bb6f2a..0d381040 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,29 +32,29 @@ jobs: uses: codecov/codecov-action@v1.0.7 with: file: code42cli/coverage.xml -# - name: Checkout mock servers -# uses: actions/checkout@v2 -# with: -# repository: code42/code42-mock-servers -# path: code42-mock-servers -# - name: Add mock servers host addresses -# run: | -# sudo tee -a /etc/hosts < Date: Tue, 9 Nov 2021 14:48:29 -0600 Subject: [PATCH 3/3] Correcting date on changelog release --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4a718ce..57742474 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 The intended audience of this file is for py42 consumers -- as such, changes that don't affect how a consumer would use the library (e.g. adding unit tests, updating documentation, etc) are not captured here. -## 1.11.1 - 20201-11-09 +## 1.11.1 - 2021-11-09 ### Changed - Updated minimum version of py42 to `1.19.3` to provide access to updated URI paths for new standardized versioning scheme