Skip to content

Commit 8dfbe09

Browse files
committed
RLS: 0.15.0rc1
1 parent 09f740b commit 8dfbe09

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: setup.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -187,11 +187,11 @@ def build_extensions(self):
187187
]
188188

189189
MAJOR = 0
190-
MINOR = 14
191-
MICRO = 1
192-
ISRELEASED = False
190+
MINOR = 15
191+
MICRO = 0
192+
ISRELEASED = True
193193
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
194-
QUALIFIER = ''
194+
QUALIFIER = 'rc1'
195195

196196
FULLVERSION = VERSION
197197
write_version = True

0 commit comments

Comments
 (0)