diff options
author | hut <hut@lavabit.com> | 2013-02-22 23:36:30 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2013-02-22 23:36:30 +0100 |
commit | b36c04794424944e0a87bc6f7df47f760a96e683 (patch) | |
tree | a99a5c07d01b137ab00ce06fd59d6208b98c0133 /ranger | |
parent | b68d28c1da376547672ca00ef7bc16e94030db18 (diff) | |
download | ranger-1.6.0.tar.gz |
Fire in the Hole! v1.6.0
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 da6b234c..2a6f9696 100644 --- a/ranger/__init__.py +++ b/ranger/__init__.py @@ -13,7 +13,7 @@ import os # Information __license__ = 'GPL3' -__version__ = '1.5.5' +__version__ = '1.6.0' __author__ = __maintainer__ = 'Roman Zimbelmann' __email__ = 'hut@lavabit.com' @@ -26,7 +26,7 @@ MACRO_DELIMITER = '%' DEFAULT_PAGER = 'less' LOGFILE = '/tmp/ranger_errorlog' USAGE = '%prog [options] [path]' -VERSION = 'ranger-master %s\n\nPython %s' % (__version__, sys.version) +VERSION = 'ranger-stable %s\n\nPython %s' % (__version__, sys.version) # If the environment variable XDG_CONFIG_HOME is non-empty, CONFDIR is ignored # and the configuration directory will be $XDG_CONFIG_HOME/ranger instead. |