Skip to content

Commit 5a8ecfe

Browse files
authored
Merge pull request #40 from britive/develop
v0.7.1
2 parents 44adc01 + 9fe2c22 commit 5a8ecfe

3 files changed

Lines changed: 19 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
All changes to the package starting with v0.3.1 will be logged here.
44

5+
## v0.7.1 [2022-11-28]
6+
#### What's New
7+
* None
8+
9+
#### Enhancements
10+
* None
11+
12+
#### Bug Fixes
13+
* None
14+
15+
#### Dependencies
16+
* `britive~=2.12.2` from `britive~=2.12.1` - AWS provider tenant logic fix
17+
18+
#### Other
19+
* None
20+
521
## v0.7.0 [2022-11-18]
622
#### What's New
723
> **_NOTE:_** This is a pre-release feature. It is being published in anticipation of upcoming features being released to production. This functionality will not yet work in production environments.

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
britive~=2.12.1
1+
britive~=2.12.2
22
certifi==2022.6.15
33
charset-normalizer==2.1.0
44
click==8.1.3

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pybritive
3-
version = 0.7.0
3+
version = 0.7.1
44
author = Britive Inc.
55
author_email = support@britive.com
66
description = A pure Python CLI for Britive
@@ -26,7 +26,7 @@ install_requires =
2626
toml
2727
cryptography
2828
python-dateutil
29-
britive>=2.12.1
29+
britive>=2.12.2
3030

3131
[options.packages.find]
3232
where = src

0 commit comments

Comments
 (0)