Skip to content

Commit 76f6cf0

Browse files
committed
RLS: v0.14.0 release candidate 1
1 parent a5f1a5d commit 76f6cf0

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
@@ -191,11 +191,11 @@ def build_extensions(self):
191191
]
192192

193193
MAJOR = 0
194-
MINOR = 13
195-
MICRO = 1
196-
ISRELEASED = False
194+
MINOR = 14
195+
MICRO = 0
196+
ISRELEASED = True
197197
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
198-
QUALIFIER = ''
198+
QUALIFIER = 'rc1'
199199

200200
FULLVERSION = VERSION
201201
write_version = True

0 commit comments

Comments
 (0)