summary refs log tree commit diff stats
path: root/ranger/__init__.py
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2013-02-22 23:36:30 +0100
committerhut <hut@lavabit.com>2013-02-22 23:36:30 +0100
commitb36c04794424944e0a87bc6f7df47f760a96e683 (patch)
treea99a5c07d01b137ab00ce06fd59d6208b98c0133 /ranger/__init__.py
parentb68d28c1da376547672ca00ef7bc16e94030db18 (diff)
downloadranger-b36c04794424944e0a87bc6f7df47f760a96e683.tar.gz
Fire in the Hole! v1.6.0
Diffstat (limited to 'ranger/__init__.py')
-rw-r--r--ranger/__init__.py4
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.