commit | 62a7575fd82ddf028517780c01fecf7e0cca27aa | [log] [tgz] |
---|---|---|
author | Julian Taylor <jtaylor.debian@googlemail.com> | Tue Mar 25 21:43:58 2014 |
committer | Julian Taylor <jtaylor.debian@googlemail.com> | Tue Mar 25 21:43:58 2014 |
tree | 35cd6c09a4a7cb299039a5fe5d3a0a79f4c9f1b4 | |
parent | cfeb3fbf725e542fe87cdf91d0e8f0153b0e625b [diff] |
REL: Release 1.8.1
diff --git a/setup.py b/setup.py index 66ee58d..4e61096 100755 --- a/setup.py +++ b/setup.py
@@ -50,8 +50,8 @@ MAJOR = 1 MINOR = 8 MICRO = 1 -ISRELEASED = False -VERSION = '%d.%d.%drc2' % (MAJOR, MINOR, MICRO) +ISRELEASED = True +VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) # Return the git revision as a string