diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-12-08 03:00:30 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-12-08 03:30:05 +0100 |
| commit | 1d69899bf788f939e3c7033c5246643d12584b79 (patch) | |
| tree | c471831eece0c3fc1e160375b00782573da9d8b5 | |
| parent | 7b4f72fa7a19b7c38312a6f6fd553ca45f04e9a6 (diff) | |
Make 10.31.0 releasev10.31.0
Adds two improvements related to configuration files:
- Commit 166be7d ("Save existing configuration to .<filename>.old in
write_config()")
- Commit 7b4f72f ("Make {load,write}_config(filename=None) implement
the standard behavior")
| -rw-r--r-- | README.rst | 2 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -84,7 +84,7 @@ available in the Python 2 version of the standard ``curses`` module. that your ``PATH`` includes the directory where the executables end up. You can list the installed files with ``pip(3) show -f kconfiglib``. -All releases have a corresponding tag in the git repository, e.g. ``v10.30.0``. +All releases have a corresponding tag in the git repository, e.g. ``v10.31.0``. (the latest version). `Semantic versioning <http://semver.org/>`_ is used. There's been @@ -5,7 +5,7 @@ import setuptools setuptools.setup( name="kconfiglib", # MAJOR.MINOR.PATCH, per http://semver.org - version="10.30.0", + version="10.31.0", description="A flexible Python Kconfig parser", # Make sure that README.rst decodes on Python 3 in environments that use |
