Skip to content

Commit 017adea

Browse files
committed
RLS: 0.15.0 final
1 parent de4b0bb commit 017adea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,9 @@ def build_extensions(self):
189189
MAJOR = 0
190190
MINOR = 15
191191
MICRO = 0
192-
ISRELEASED = False
192+
ISRELEASED = True
193193
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
194-
QUALIFIER = 'rc1'
194+
QUALIFIER = ''
195195

196196
FULLVERSION = VERSION
197197
write_version = True

0 commit comments

Comments
 (0)