Skip to content

Commit

Permalink
Merge pull request #175 from britive/v2.0.1
Browse files Browse the repository at this point in the history
v2.0.1
  • Loading branch information
theborch authored Jan 17, 2025
2 parents 56e03d4 + cf5b01e commit a1af5cd
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:__
Expand All @@ -16,7 +38,7 @@ __Enhancements:__

__Bug Fixes:__

* Fixed issue with global `default_tenant` test.
* Fixed issue with global `default_tenant` test.

__Dependencies:__

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/pybritive/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.0.0'
__version__ = '2.0.1'

0 comments on commit a1af5cd

Please sign in to comment.