From 10865ad88fd5e565b1f4b638908427f73dd07ce6 Mon Sep 17 00:00:00 2001 From: Will B Date: Fri, 17 Jan 2025 14:27:43 -0600 Subject: [PATCH 1/2] chore:lock sdk to major version 3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 90dc922..98add40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ license = {file = "LICENSE"} requires-python = ">= 3.8" dependencies = [ - "britive>=3.0.0", + "britive~=3.1", "click>=8.1.7", "colored", "cryptography", From cf5b01eecec7e81993e9bdee20605a9e16ef1d0c Mon Sep 17 00:00:00 2001 From: theborch Date: Fri, 17 Jan 2025 14:33:21 -0600 Subject: [PATCH 2/2] v2.0.1 --- CHANGELOG.md | 24 +++++++++++++++++++++++- src/pybritive/__init__.py | 2 +- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33ea956..f28a683 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,28 @@ > As of v1.4.0, release candidates will be published in an effort to get new features out faster while still allowing > time for full QA testing before moving the release candidate to a full release. +## v2.0.1 [2025-01-17] + +__What's New:__ + +* None + +__Enhancements:__ + +* None + +__Bug Fixes:__ + +* None + +__Dependencies:__ + +* Pinned `britive` to major version 3. + +__Other:__ + +* None + ## v2.0.0 [2024-09-09] __What's New:__ @@ -16,7 +38,7 @@ __Enhancements:__ __Bug Fixes:__ -* Fixed issue with global `default_tenant` test. +* Fixed issue with global `default_tenant` test. __Dependencies:__ diff --git a/src/pybritive/__init__.py b/src/pybritive/__init__.py index afced14..3f39079 100644 --- a/src/pybritive/__init__.py +++ b/src/pybritive/__init__.py @@ -1 +1 @@ -__version__ = '2.0.0' +__version__ = '2.0.1'