summary refs log tree commit diff stats
path: root/ranger
diff options
context:
space:
mode:
authortoonn <toonn@toonn.io>2018-09-09 21:18:12 +0200
committertoonn <toonn@toonn.io>2018-09-09 21:51:55 +0200
commitd8047529f0ea0df007007ab5b3ef19363a6491e6 (patch)
treefdf84f686d74e3630745a3030c76b3b09e0e7376 /ranger
parentae1ef141b5dedf1296a8c163e5a1f9f5ec6f4f9e (diff)
downloadranger-1.9.2.tar.gz
If you can read this on Debian, you're living in the future v1.9.2
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 ae1ecc48..b3bf61b2 100644
--- a/ranger/__init__.py
+++ b/ranger/__init__.py
@@ -32,8 +32,8 @@ def version_helper():
 
 # Information
 __license__ = 'GPL3'
-__version__ = '1.9.1'
-__release__ = False
+__version__ = '1.9.2'
+__release__ = True
 __author__ = __maintainer__ = 'Roman Zimbelmann'
 __email__ = 'hut@hut.pm'
 
diff --git a/ranger/ext/rifle.py b/ranger/ext/rifle.py
index 6832e2cf..ee156d9a 100755
--- a/ranger/ext/rifle.py
+++ b/ranger/ext/rifle.py
@@ -21,7 +21,7 @@ import re
 from subprocess import Popen, PIPE
 import sys
 
-__version__ = 'rifle 1.9.1'
+__version__ = 'rifle 1.9.2'
 
 # Options and constants that a user might want to change:
 DEFAULT_PAGER = 'less'