Skip to content

Commit

Permalink
Merge branch 'release-0.0.20'
Browse files Browse the repository at this point in the history
* release-0.0.20:
  Bumping version to 0.0.20
  Bump botocore dependency
  Bump dependency of bcdoc
  Provide fixed region name for botocore sessions in tests
  Use hard coded region to avoid test failures
  Add smoke test to verify API version parity
  Add functional tests for all resources
  Add 2015-04-15 version of EC2 resource
  Add basic smoke tests for doc generation
  Fix resource docs not being generated
  • Loading branch information
kyleknap committed Jun 12, 2015
2 parents 8af77f0 + de9e1ef commit 8f7fc82
Show file tree
Hide file tree
Showing 6 changed files with 2,384 additions and 6 deletions.
2 changes: 1 addition & 1 deletion boto3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


__author__ = 'Amazon Web Services'
__version__ = '0.0.19'
__version__ = '0.0.20'


# The default Boto3 session; autoloaded when needed.
Expand Down
Loading

0 comments on commit 8f7fc82

Please sign in to comment.