Skip to content

Commit

Permalink
REL: 1.11.0rc1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Charles Harris <[email protected]>
  • Loading branch information
charris committed Feb 22, 2016
1 parent b52d51d commit f275642
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 @@ -59,8 +59,8 @@
MAJOR = 1
MINOR = 11
MICRO = 0
ISRELEASED = False
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
ISRELEASED = True
VERSION = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO)


# Return the git revision as a string
Expand Down

0 comments on commit f275642

Please sign in to comment.