Skip to content

Commit

Permalink
Bump version to 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesls committed Apr 18, 2013
1 parent 1535cc0 commit 699d861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boto/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
import urlparse
from boto.exception import InvalidUriError

__version__ = '2.8.0-dev'
__version__ = '2.9.0'
Version = __version__ # for backware compatibility

UserAgent = 'Boto/%s (%s)' % (__version__, sys.platform)
Expand Down

0 comments on commit 699d861

Please sign in to comment.