Skip to content

Commit

Permalink
Release 0.7.1
Browse files Browse the repository at this point in the history
* Login subcommand profile rename on sync #53
* Bumped version `0.7.1`
  • Loading branch information
victorskl committed Jul 7, 2021
1 parent 42149af commit 07e97ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -813,4 +813,4 @@ def test_login_command_rename(self):
new_tok = cred['dev_renamed']['aws_session_token']
self.assertNotEqual(new_tok, 'tok')
self.assertEqual(new_tok, 'VeryLongBase664String==')
verify(cli, times=1).poll(...)
verify(cli, times=1).poll(...)
2 changes: 1 addition & 1 deletion yawsso/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""yawsso cli package, version follow PEP440."""
__version__ = VERSION = '0.7.0' # pragma: no cover
__version__ = VERSION = '0.7.1' # pragma: no cover

0 comments on commit 07e97ae

Please sign in to comment.