Skip to content
This repository has been archived by the owner on Aug 27, 2023. It is now read-only.

Commit

Permalink
Bump version: 0.2.0rc1 → 0.2.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
stevearc committed Mar 12, 2014
1 parent 68bffd4 commit 0d9da42
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.0rc1
current_version = 0.2.0rc2
tag_name = {new_version}
files = setup.py doc/conf.py flywheel/__init__.py
commit = True
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Expand Up @@ -24,7 +24,7 @@
copyright = u'2013, Steven Arcangeli'
github_user = u'mathcamp'

release = '0.2.0rc1'
release = '0.2.0rc2'
version = '.'.join(release.split('.')[:2])

exclude_patterns = ['_build']
Expand Down
2 changes: 1 addition & 1 deletion flywheel/__init__.py
@@ -1,5 +1,5 @@
""" flywheel """
__version__ = '0.2.0rc1'
__version__ = '0.2.0rc2'

from dynamo3 import (CheckFailed, ConditionalCheckFailedException, Binary,
STRING, NUMBER, BINARY, STRING_SET, NUMBER_SET,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -29,7 +29,7 @@
if __name__ == "__main__":
setup(
name='flywheel',
version='0.2.0rc1',
version='0.2.0rc2',
description="SQLAlchemy-style ORM for Amazon's DynamoDB",
long_description=README + '\n\n' + CHANGES,
classifiers=[
Expand Down

0 comments on commit 0d9da42

Please sign in to comment.