Skip to content

Commit

Permalink
REL: set version number to 1.5.1rc1, released=True.
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Oct 17, 2010
1 parent 4b18dc8 commit 97cb28e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"]
MAJOR = 1
MINOR = 5
MICRO = 0
ISRELEASED = False
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
MICRO = 1
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 97cb28e

Please sign in to comment.