diff options
author | hut <hut@lavabit.com> | 2011-10-23 17:01:09 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2011-10-24 00:53:07 +0200 |
commit | 6e7e38b94ac1908fc4e027c805a0fb9b987608df (patch) | |
tree | c9bea44b5485b02aa3c0ac9ba1eefa264017c78a /ranger | |
parent | 10ebe0ef179ca18ed1034514d5395583c9dc8d90 (diff) | |
download | ranger-6e7e38b94ac1908fc4e027c805a0fb9b987608df.tar.gz |
The hard work of the computer must be respected. v1.5.1
Diffstat (limited to 'ranger')
-rw-r--r-- | ranger/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ranger/__init__.py b/ranger/__init__.py index ae467b30..9b28a6dd 100644 --- a/ranger/__init__.py +++ b/ranger/__init__.py @@ -25,7 +25,7 @@ import os # Information __license__ = 'GPL3' -__version__ = '1.5.0 (stable)' +__version__ = '1.5.1' __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. |