Skip to content

Commit

Permalink
Bump version to 1.1
Browse files Browse the repository at this point in the history
* Maintenance branch for 1.x (non-swiftclient) versions
* Retry sending on connection failure
  • Loading branch information
ferrix committed May 18, 2013
1 parent 27e9d1a commit 62caf67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cumulus/__init__.py
Expand Up @@ -3,8 +3,8 @@
"""
__version_info__ = {
'major': 1,
'minor': 0,
'micro': 10,
'minor': 1,
'micro': 0,
'releaselevel': 'final',
'serial': 1
}
Expand Down

0 comments on commit 62caf67

Please sign in to comment.