summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bechtold <thomasbechtold@jpberlin.de>2012-10-15 17:41:32 +0200
committerThomas Bechtold <thomasbechtold@jpberlin.de>2012-10-15 17:41:32 +0200
commit74a178d2c9452829983fcd068156ef33158a6718 (patch)
tree5370bdef943ce2b31738b844228a104efcc447ee
parent4e8f9b8b83f7c0352bda219428d8a5be7ef303c6 (diff)
downloadd-feet-74a178d2c9452829983fcd068156ef33158a6718.tar.gz
release: bump version to 0.1.150.1.150_1
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 0f28914..1d9a1ee 100755
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@ from subprocess import *
import os
import glob
-DFEET_VERSION='0.1.14'
+DFEET_VERSION='0.1.15'
#Create an array with all the locale filenames
I18NFILES = []