diff options
author | Laurent Bachelier <laurent@bachelier.name> | 2020-01-22 23:28:22 +0100 |
---|---|---|
committer | Laurent Bachelier <laurent@bachelier.name> | 2020-01-22 23:28:22 +0100 |
commit | e8573672b466d18f1199ec8eedf891df53b64f06 (patch) | |
tree | ae42eebe07133d899b8063db71915a4b0ca0d5b9 | |
parent | Python 3 compatibility (diff) | |
download | confman-e8573672b466d18f1199ec8eedf891df53b64f06.tar.xz |
Release 0.3.0v0.3.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.6 or later (for 2.5, try v0.1). +Python 2.7 or 3.5 or later. No installation needed, though you can install it. @@ -5,7 +5,7 @@ from setuptools import setup setup( name='confman', - version='0.2.0', + version='0.3.0', description='Lazy, rootless, yet powerful config file management mostly using symlinks', long_description=open('README').read(), author='Laurent Bachelier', |