Skip to content

Commit

Permalink
REL: set version to 1.5.0rc1, released=True.
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Aug 25, 2010
1 parent 54de555 commit d68b231
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
MAJOR = 1
MINOR = 5
MICRO = 0
ISRELEASED = False
VERSION = '%d.%d.%db2' % (MAJOR, MINOR, MICRO)
ISRELEASED = True
VERSION = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO)

# Return the svn version as a string, raise a ValueError otherwise
def svn_version():
Expand Down

0 comments on commit d68b231

Please sign in to comment.