diff options
author | hut <hut@lavabit.com> | 2010-12-22 02:55:02 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2010-12-22 03:37:42 +0100 |
commit | ef2b1e374359aec59199c7e8d9334fe2aefed153 (patch) | |
tree | 771ff3359ce1dd0da55c6942b945b6395a77dac4 /ranger | |
parent | 37460239b221f57e29020439b4a0d1bbe75637df (diff) | |
download | ranger-ef2b1e374359aec59199c7e8d9334fe2aefed153.tar.gz |
We are not authorized to disclose the commit message v1.4.0
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 3f7339f1..a5fa1643 100644 --- a/ranger/__init__.py +++ b/ranger/__init__.py @@ -29,7 +29,7 @@ from ranger.core.main import main # Information __license__ = 'GPL3' -__version__ = '1.3.1' +__version__ = '1.4.0' __author__ = __maintainer__ = 'Roman Zimbelmann' __email__ = 'romanz@lavabit.com' |