Skip to content

Commit

Permalink
Promoting alpha version to general release
Browse files Browse the repository at this point in the history
  • Loading branch information
rantonucci-washpost committed Jul 14, 2021
1 parent e7c4207 commit 104e398
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v4.1.3
- Can now paste Okta URLs from Guidepost as well as Okta home page
- Okta now completely generic, no code is specific to Washington Post. WashingtonPost-specific instructions have been moved out of the repo.
- Fixed bug with not accepting URLs for non-Washington Post systems
- Fixed bug with running Okta when AWS_PROFILE is set to a non-existent profile

## v4.1.2
- Fixed error with older versions of click preinstalled

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='4.1.3-alpha.1',
version='4.1.3',
packages=find_packages(),
include_package_data=True,
py_modules=['clokta'],
Expand All @@ -27,7 +27,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/4.1.3-alpha.1",
download_url="https://github.com/washingtonpost/clokta/tarball/4.1.3",
keywords=['okta', 'clokta', 'aws', 'cli'],
classifiers=[]
)

0 comments on commit 104e398

Please sign in to comment.