diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-08-21 15:10:06 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-08-21 15:19:52 +0200 |
| commit | 193c136104f83c22a2156340940befb2a835c590 (patch) | |
| tree | f8f88be04b7ec89b6ff339a7e3444042a0b16def | |
| parent | d78c293c41351256f76fb2fa27e72e399b130e4f (diff) | |
Make 10.0.1 releasev10.0.1
Adds commit 7f3844f ("Make symbol order match between headers and
.config files"), which fixes a bug introduced by commit 71872a8
("Massively speed up U-Boot parsing").
The ordering of symbols in header files now matches the order in .config
files again, which was always the intent. It makes things more readable,
and is nice for version control too.
| -rw-r--r-- | README.rst | 2 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -73,7 +73,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.0.0``. +All releases have a corresponding tag in the git repository, e.g. ``v10.0.1``. (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.0.0", + version="10.0.1", description="A flexible Python Kconfig parser", # Make sure that README.rst decodes on Python 3 in environments that use |
