chiark / gitweb /
Set umask to 0022 during the setup.py execution
[stgit] / stgit / version.py
index c443c90e69ddef0b06988f7647f7d00c72c91205..2456e6bf72a426773e644b16c5d582c6a793cf5e 100644 (file)
@@ -1,5 +1,5 @@
-version = '0.14'
+version = '0.14.1'
 
 # minimum version requirements
 git_min_ver = '1.5.2'
-python_min_ver = '2.5'
+python_min_ver = '2.4'