Skip to content

Commit

Permalink
Merge branch 'release-0.91.0' into develop
Browse files Browse the repository at this point in the history
* release-0.91.0:
  Bumping version to 0.91.0
  Revert "Update endpoints to support regionalized STS"
  Bumping version to 0.90.0
  Update CloudFront API
  Update endpoints to support regionalized STS
  Add support for SSM
  • Loading branch information
AWS committed Feb 17, 2015
2 parents 1f85a76 + 044d97f commit 6a63e18
Show file tree
Hide file tree
Showing 6 changed files with 4,964 additions and 3 deletions.
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import re
import logging

__version__ = '0.89.0'
__version__ = '0.91.0'


class NullHandler(logging.Handler):
Expand Down
Loading

0 comments on commit 6a63e18

Please sign in to comment.