Skip to content

Commit

Permalink
v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rantonucci-washpost committed Mar 19, 2018
1 parent 5fe89c5 commit d7eed68
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

## v0.9.1

- No new functionality. Just refactoring of code and library structure.

## v0.9

- support MFA via Okta Verify Push (where is pushes a notification to your phone and you just approve)
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='0.9',
version='0.9.1',
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/v0.9",
download_url="https://github.com/washingtonpost/clokta/tarball/v0.9.1",
keywords=['okta', 'clokta', 'aws', 'cli'],
classifiers=[]
)

0 comments on commit d7eed68

Please sign in to comment.