Skip to content

Commit f275642

Browse files
committed
REL: 1.11.0rc1 release
Signed-off-by: Charles Harris <charlesr.harris@gmail.com>
1 parent b52d51d commit f275642

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
MAJOR = 1
6060
MINOR = 11
6161
MICRO = 0
62-
ISRELEASED = False
63-
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
62+
ISRELEASED = True
63+
VERSION = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO)
6464

6565

6666
# Return the git revision as a string

0 commit comments

Comments
 (0)