about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2012-06-16 22:53:38 +0200
committerhut <hut@lavabit.com>2012-06-16 22:55:02 +0200
commitacd8c78be0dcf8a7057996991d9c16a28a5b13ff (patch)
treee7d40e7cd8b607576a22bf77f9f4702edf798e7b
parent6a6c4d3e895da3bd71f7b543f61e7489760bb242 (diff)
downloadranger-acd8c78be0dcf8a7057996991d9c16a28a5b13ff.tar.gz
STABLE = False; this shouldve been done right after last release
-rw-r--r--ranger/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/__init__.py b/ranger/__init__.py
index 735ed527..9247a121 100644
--- a/ranger/__init__.py
+++ b/ranger/__init__.py
@@ -25,7 +25,7 @@ MACRO_DELIMITER = '%'
 DEFAULT_PAGER = 'less'
 LOGFILE = '/tmp/ranger_errorlog'
 USAGE = '%prog [options] [path/filename]'
-STABLE = True
+STABLE = False
 
 # If the environment variable XDG_CONFIG_HOME is non-empty, CONFDIR is ignored
 # and the configuration directory will be $XDG_CONFIG_HOME/ranger instead.