diff options
author | nfnty <git@nfnty.se> | 2017-02-19 01:56:11 +0100 |
---|---|---|
committer | nfnty <git@nfnty.se> | 2017-02-19 02:15:59 +0100 |
commit | d861ba27b25a32aacb845eb33b6c9ce95cb33356 (patch) | |
tree | a110436dfd210cc1ac8a8c4c5c1d77e27f2e1c4f | |
parent | c08f1faba1f76ee66863ef7763034aeab2e630bf (diff) | |
download | ranger-d861ba27b25a32aacb845eb33b6c9ce95cb33356.tar.gz |
Beta release 1.9.0b5 v1.9.0b5
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | doc/ranger.1 | 2 | ||||
-rw-r--r-- | doc/rifle.1 | 2 | ||||
-rw-r--r-- | ranger/__init__.py | 2 | ||||
-rwxr-xr-x | ranger/ext/rifle.py | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md index c3a9fba3..edbc2c4d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -ranger 1.9.0b4 +ranger 1.9.0b5 ============== [![Build Status](https://travis-ci.org/ranger/ranger.svg?branch=master)](https://travis-ci.org/ranger/ranger) diff --git a/doc/ranger.1 b/doc/ranger.1 index 36e82319..402fb598 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -129,7 +129,7 @@ .\" ======================================================================== .\" .IX Title "RANGER 1" -.TH RANGER 1 "ranger-1.9.0b4" "2017-02-16" "ranger manual" +.TH RANGER 1 "ranger-1.9.0b5" "2017-02-19" "ranger manual" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/doc/rifle.1 b/doc/rifle.1 index 3f9fa926..e5fe737c 100644 --- a/doc/rifle.1 +++ b/doc/rifle.1 @@ -129,7 +129,7 @@ .\" ======================================================================== .\" .IX Title "RIFLE 1" -.TH RIFLE 1 "rifle-1.9.0b4" "2017-02-16" "rifle manual" +.TH RIFLE 1 "rifle-1.9.0b5" "2017-02-19" "rifle manual" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/ranger/__init__.py b/ranger/__init__.py index d507fb2a..d98a2bf5 100644 --- a/ranger/__init__.py +++ b/ranger/__init__.py @@ -14,7 +14,7 @@ import os # Information __license__ = 'GPL3' -__version__ = '1.9.0b4' +__version__ = '1.9.0b5' __author__ = __maintainer__ = 'Roman Zimbelmann' __email__ = 'hut@hut.pm' diff --git a/ranger/ext/rifle.py b/ranger/ext/rifle.py index ef6bcc47..cfb07f5f 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.0b4' +__version__ = 'rifle 1.9.0b5' # Options and constants that a user might want to change: DEFAULT_PAGER = 'less' |