diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-01-24 05:45:47 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-01-24 06:18:27 +0100 |
| commit | d5bd29910072abed260414eefdfaacacd700040e (patch) | |
| tree | 24111342f21d9d772dcb98fc0fd474ddff6e460b /setup.py | |
| parent | b82ea0a0189c21941fc6889d63257d9c26ae02a9 (diff) | |
Make 2.4.0 releasev2.4.0
Just has b82ea0a ("Enable universal newlines mode for Python 2").
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ with open(os.path.join(here_dir, "README.rst")) as f: setuptools.setup( name="kconfiglib", # MAJOR.MINOR.MAINTENANCE per http://semver.org - version="2.3.0", + version="2.4.0", description="A flexible Python Kconfig parser", long_description=long_description, url="https://github.com/ulfalizer/Kconfiglib", |
