summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-08-21 15:10:06 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2018-08-21 15:19:52 +0200
commit193c136104f83c22a2156340940befb2a835c590 (patch)
treef8f88be04b7ec89b6ff339a7e3444042a0b16def
parentd78c293c41351256f76fb2fa27e72e399b130e4f (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.rst2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 21da0ba..f5c786a 100644
--- a/README.rst
+++ b/README.rst
@@ -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
diff --git a/setup.py b/setup.py
index f0a511b..e2ab4b7 100644
--- a/setup.py
+++ b/setup.py
@@ -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