summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2012-06-16 14:26:55 +0200
committerSebastian Pipping <sebastian@pipping.org>2012-06-16 14:26:55 +0200
commite86b9eb898311b2e0d21d8192c4ae1c92fc29aef (patch)
tree52ac34971e36419421408c7e5249a8d6c4a86d65
parentCompare ebuilds ourselves rather than invoking sed and cmp (diff)
downloadoverlint-e86b9eb898311b2e0d21d8192c4ae1c92fc29aef.tar.gz
overlint-e86b9eb898311b2e0d21d8192c4ae1c92fc29aef.tar.bz2
overlint-e86b9eb898311b2e0d21d8192c4ae1c92fc29aef.zip
Bump version to 0.5.2v0.5.20.5.2
-rw-r--r--overlint/cli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/overlint/cli.py b/overlint/cli.py
index 049e826..2161757 100644
--- a/overlint/cli.py
+++ b/overlint/cli.py
@@ -3,7 +3,7 @@
from __future__ import print_function
-VERSION_STR = '0.5.1'
+VERSION_STR = '0.5.2'
import sys
import os