Skip to content

Commit

Permalink
RLS: 0.15.0 final
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback committed Oct 18, 2014
1 parent de4b0bb commit 017adea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -189,9 +189,9 @@ def build_extensions(self):
MAJOR = 0
MINOR = 15
MICRO = 0
ISRELEASED = False
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
QUALIFIER = 'rc1'
QUALIFIER = ''

FULLVERSION = VERSION
write_version = True
Expand Down

0 comments on commit 017adea

Please sign in to comment.