Skip to content

Commit

Permalink
Cutting new release. 4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
rantonucci-washpost committed Jan 18, 2019
1 parent 3ab0ec2 commit f651330
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v4.0
- Clokta only prompts you for your username and MFA the first time. Subsequent calls within an 8 hour period will
piggyback on the Okta session.

## v3.1.0

- Supports 1, 4, or 12 hour sessions.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='clokta',
version='3.1.0',
version='4.0.0',
packages=find_packages(),
include_package_data=True,
py_modules=['clokta'],
Expand All @@ -26,7 +26,7 @@
author="Robert Antonucci and the WaPo platform tools team",
author_email="opensource@washingtonpost.com",
url="https://github.com/washingtonpost/clokta",
download_url="https://github.com/washingtonpost/clokta/tarball/3.1.0",
download_url="https://github.com/washingtonpost/clokta/tarball/4.0.0",
keywords=['okta', 'clokta', 'aws', 'cli'],
classifiers=[]
)

0 comments on commit f651330

Please sign in to comment.