summary refs log tree commit diff stats
path: root/ranger
diff options
context:
space:
mode:
authorhut <hut@lepus.uberspace.de>2015-04-14 00:25:24 +0200
committerhut <hut@lepus.uberspace.de>2015-04-14 00:25:24 +0200
commit89146651e07830f15b59b5f076d61741747a0bea (patch)
treed6f28b4107fb2e200fa781e3bc8704ea426f92e9 /ranger
parent2b54ada2b5b79b65f6ac2eddd2e59e10abe1b09c (diff)
downloadranger-89146651e07830f15b59b5f076d61741747a0bea.tar.gz
Should I dual ranger/cleric or wait for the THAC0 bonus? v1.7.0
Squashed commit of the following:

commit 7236dde27bf33fec5097c223f0d70598b10ba05f
Author: hut <hut@lepus.uberspace.de>
Date:   Mon Apr 13 14:33:59 2015 +0200

    wrote changelog entry

commit 73e76b0f9a22ad8122154c4a2763c27ebce9be37
Author: hut <hut@lepus.uberspace.de>
Date:   Mon Apr 13 13:41:27 2015 +0200

    update version number in man page

commit b1948b9382027ed55d095a936610bc62f7cdba9a
Author: hut <hut@lepus.uberspace.de>
Date:   Mon Apr 13 13:41:08 2015 +0200

    update rifle version number

commit a96a8a808a3c68eb848a3e0361fd95cb8c643d59
Author: hut <hut@lepus.uberspace.de>
Date:   Mon Apr 13 13:34:59 2015 +0200

    s/ranger-master/ranger-stable/

commit 6967a48193227b4a0c843e8831e5511005179f69
Author: hut <hut@lepus.uberspace.de>
Date:   Mon Apr 13 13:33:06 2015 +0200

    updated version number

commit 0cbc401fd25fc4d307d026628e12ef1106a42bdf
Author: hut <hut@lepus.uberspace.de>
Date:   Mon Apr 13 13:18:26 2015 +0200

    updated version info in example plugins
Diffstat (limited to 'ranger')
-rw-r--r--ranger/__init__.py4
-rwxr-xr-xranger/ext/rifle.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/ranger/__init__.py b/ranger/__init__.py
index b850f455..fa9ba033 100644
--- a/ranger/__init__.py
+++ b/ranger/__init__.py
@@ -13,7 +13,7 @@ import os
 
 # Information
 __license__ = 'GPL3'
-__version__ = '1.6.1'
+__version__ = '1.7.0'
 __author__ = __maintainer__ = 'Roman Zimbelmann'
 __email__ = 'hut@hut.pm'
 
@@ -27,7 +27,7 @@ DEFAULT_PAGER = 'less'
 LOGFILE = '/tmp/ranger_errorlog'
 CACHEDIR = os.path.expanduser("~/.cache/ranger")
 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.
diff --git a/ranger/ext/rifle.py b/ranger/ext/rifle.py
index 640cb382..3f360968 100755
--- a/ranger/ext/rifle.py
+++ b/ranger/ext/rifle.py
@@ -19,7 +19,7 @@ import re
 from subprocess import Popen, PIPE
 import sys
 
-__version__ = 'rifle 1.6.1'
+__version__ = 'rifle 1.7.0'
 
 # Options and constants that a user might want to change:
 DEFAULT_PAGER = 'less'