Skip to content

Commit

Permalink
Merge branch 'release-0.106.0' into develop
Browse files Browse the repository at this point in the history
* release-0.106.0:
  Bumping version to 0.106.0
  Update dynamodb model
  Bump jmespath dep to latest version 0.7.1
  • Loading branch information
AWS committed Apr 27, 2015
2 parents 60e72b2 + f0bf381 commit ad1d6e2
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 53 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.105.0'
__version__ = '0.106.0'


class NullHandler(logging.Handler):
Expand Down
Loading

0 comments on commit ad1d6e2

Please sign in to comment.