summary refs log tree commit diff stats
path: root/ranger
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2012-03-05 12:02:54 +0100
committerhut <hut@lavabit.com>2012-03-05 12:24:36 +0100
commit15bcea18269c62850146d08a575b3e1e139faba5 (patch)
treee76ed17115abf22d9a1e4920680ed475c1330855 /ranger
parent9dde8e361b0b71d1aa6bb5086313b90f5fc25dd5 (diff)
downloadranger-15bcea18269c62850146d08a575b3e1e139faba5.tar.gz
Always remember to bring your towel. v1.5.3
Diffstat (limited to 'ranger')
-rw-r--r--ranger/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ranger/__init__.py b/ranger/__init__.py
index df759dc8..1589a745 100644
--- a/ranger/__init__.py
+++ b/ranger/__init__.py
@@ -25,7 +25,7 @@ import os
 
 # Information
 __license__ = 'GPL3'
-__version__ = '1.5.2'
+__version__ = '1.5.3'
 __author__ = __maintainer__ = 'Roman Zimbelmann'
 __email__ = 'romanz@lavabit.com'
 
@@ -36,7 +36,7 @@ TIME_BEFORE_FILE_BECOMES_GARBAGE = 1200
 MACRO_DELIMITER = '%'
 LOGFILE = '/tmp/ranger_errorlog'
 USAGE = '%prog [options] [path/filename]'
-STABLE = False
+STABLE = True
 
 # If the environment variable XDG_CONFIG_HOME is non-empty, CONFDIR is ignored
 # and the configuration directory will be $XDG_CONFIG_HOME/ranger instead.