diff options
author | hut <hut@lavabit.com> | 2010-10-10 03:20:45 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2010-10-10 03:20:45 +0200 |
commit | cbcd332596c53b43c06206a35b7830223a0bf411 (patch) | |
tree | 847f90613348a7940800c6a33d40e47ffd75842c /ranger | |
parent | 5dbaad4db675802d6021cfdcb176b3ad10451e3b (diff) | |
download | ranger-cbcd332596c53b43c06206a35b7830223a0bf411.tar.gz |
Tea, Earl Grey, Hot. v1.2.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 4f223b7d..3553441a 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.2.1' +__version__ = '1.2.2' __credits__ = 'Roman Zimbelmann' __author__ = 'Roman Zimbelmann' __maintainer__ = 'Roman Zimbelmann' |