diff options
author | Laurent Bachelier <laurent@bachelier.name> | 2014-08-22 20:32:18 +0200 |
---|---|---|
committer | Laurent Bachelier <laurent@bachelier.name> | 2014-08-22 20:33:10 +0200 |
commit | 4ae19b8fae6396137ca39f43581c5aa2ebec968e (patch) | |
tree | 637920cd096ab89278cb39047ed4aec2b911dea0 | |
parent | Modernize the code for 2.6+ (diff) | |
download | confman-4ae19b8fae6396137ca39f43581c5aa2ebec968e.tar.xz |
Release 0.2.0v0.2.0
-rw-r--r-- | README | 2 | ||||
-rwxr-xr-x | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -21,7 +21,7 @@ However, some filenames can indicate special actions instead (see below). Requirements ------------ -Python 2.5 or later. +Python 2.6 or later (for 2.5, try v0.1). No installation needed, though you can install it. @@ -5,7 +5,7 @@ from setuptools import setup setup( name='confman', - version='0.1', + version='0.2.0', description='Lazy, rootless, yet powerful config file management mostly using symlinks', long_description=open('README').read(), author='Laurent Bachelier', |