diff options
author | hut <hut@lavabit.com> | 2010-07-12 20:09:58 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2010-07-12 20:09:58 +0200 |
commit | 9001827456388e40f36393a9f44d6361e53210ed (patch) | |
tree | 27d3eba7ac27a2ec2b405ec4d983e88bd9f6825e /ranger | |
parent | e0e8c588e3e3ee5b9c74f323573cb7e95ef74d9d (diff) | |
download | ranger-9001827456388e40f36393a9f44d6361e53210ed.tar.gz |
Why did the astrophysicist order three hamburgers? v1.1.2
Diffstat (limited to 'ranger')
-rw-r--r-- | ranger/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/__init__.py b/ranger/__init__.py index 4fcc2ecf..e0e8e1bf 100644 --- a/ranger/__init__.py +++ b/ranger/__init__.py @@ -20,7 +20,7 @@ import sys from ranger.ext.openstruct import OpenStruct __license__ = 'GPL3' -__version__ = '1.1.1' +__version__ = '1.1.2' __credits__ = 'Roman Zimbelmann' __author__ = 'Roman Zimbelmann' __maintainer__ = 'Roman Zimbelmann' |