diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-01-22 20:48:20 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-01-22 20:48:20 +0100 |
| commit | fbc4567c401b29f565033f69559d3e0a715d884b (patch) | |
| tree | a5a8784a2e6dbd90f9988fb2521d96539606eb6c | |
| parent | ed32010849b38da8d09ea749b1f63dff842e9d56 (diff) | |
Make 2.2.4 releasev2.2.4
Small docstring improvements:
- 1c37079 ("Add more detail to the write_config() docstring")
- 121d4a7 ("Add more detail to the write_autoconf() docstring")
- 27fbded ("Fix outdated comments referencing user_str/tri_value")
- e01cb49 ("Mention user_value in the load_config() docstring")
- ed32010 ("Add some more detail to the module docstring")
Code nit:
- 532b561 ("Simplify escape()")
| -rw-r--r-- | README.rst | 2 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -149,7 +149,7 @@ installed with e.g. $ pip(3) install kconfiglib --user -All releases have a corresponding tag in the git repository, e.g. ``v2.2.3``. +All releases have a corresponding tag in the git repository, e.g. ``v2.2.4``. `Semantic versioning <http://semver.org/>`_ is used. Installation for the Linux kernel @@ -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.2.3", + version="2.2.4", description="A flexible Python Kconfig parser", long_description=long_description, url="https://github.com/ulfalizer/Kconfiglib", |
