Skip to content

Commit

Permalink
RLS: 0.15.2 final
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback committed Dec 11, 2014
1 parent 88feb4e commit 18ea1d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -188,8 +188,8 @@ def build_extensions(self):

MAJOR = 0
MINOR = 15
MICRO = 1
ISRELEASED = False
MICRO = 2
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
QUALIFIER = ''

Expand Down

0 comments on commit 18ea1d8

Please sign in to comment.