Skip to content

Commit

Permalink
Release RC1 for 1.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
cournape committed Mar 28, 2009
1 parent 39b3e2b commit efc49bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
MAJOR = 1
MINOR = 3
MICRO = 0
ISRELEASED = False
ISRELEASED = True
VERSION = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO)

# Return the svn version as a string (copied from setuptools)
Expand Down

0 comments on commit efc49bb

Please sign in to comment.