Skip to content

Commit

Permalink
Release cli-v4.33
Browse files Browse the repository at this point in the history
  • Loading branch information
benkehoe committed Jun 2, 2024
1 parent 0a7589c commit 0f94708
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@

## `aws-sso-util`

### CLI v4.33
* Update to jsonschema major version 4 for issue [#117](https://github.com/benkehoe/aws-sso-util/issues/117).

### CLI v4.32
* Update to PyYAML 6.0.1 for Cython issue ([#104](https://github.com/benkehoe/aws-sso-util/issues/104) (see https://github.com/yaml/pyyaml/issues/601)).
* Update login text to match AWS CLI, provide inputs for custom login text to use `verificationUriComplete` ([#92](https://github.com/benkehoe/aws-sso-util/issues/)).
Expand Down
2 changes: 1 addition & 1 deletion cli/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aws-sso-util"
version = "4.32.0" # change in aws_sso_util/__init__.py too
version = "4.33.0" # change in aws_sso_util/__init__.py too
description = "Utilities to make AWS SSO easier"
authors = ["Ben Kehoe <[email protected]>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion cli/src/aws_sso_util/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '4.32.0' # change in pyproject.toml too
__version__ = '4.33.0' # change in pyproject.toml too

0 comments on commit 0f94708

Please sign in to comment.