Skip to content

Commit

Permalink
Bump version to 1.0.1 (#9)
Browse files Browse the repository at this point in the history
Changes since 1.0.0 are:
* Documentation fixes
* Minor bugfixes
* Improvements in testability
* Support for python 3.5 through 3.8
  • Loading branch information
pcmxgti authored Oct 25, 2019
1 parent 0e4a5e4 commit 3aabca2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Installing from github:

``pip install git+ssh://[email protected]/dowjones/tokendito.git@<version>``

For instance, ``pip install git+ssh://[email protected]/dowjones/[email protected].0``
For instance, ``pip install git+ssh://[email protected]/dowjones/[email protected].1``

Troubleshooting:
----------------
Expand Down
2 changes: 1 addition & 1 deletion tokendito/__version__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# vim: set filetype=python ts=4 sw=4
# -*- coding: utf-8 -*-
"""tokendito version."""
__version__ = '1.0.0'
__version__ = '1.0.1'
__title__ = 'tokendito'
__description__ = 'Get AWS STS tokens from Okta SSO'
__long_description_content_type__ = 'text/x-rst'
Expand Down

0 comments on commit 3aabca2

Please sign in to comment.