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