diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-11-02 03:34:06 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-11-02 03:53:49 +0100 |
| commit | 59edb3850575db74fb663942df37b8d87fe0cac8 (patch) | |
| tree | b09f7a7618ee38adcadd35b062aa6f4d31d04d70 /setup.py | |
| parent | db60270a2d498e59d76f072298aa9d45a03136f2 (diff) | |
Make 10.19.1 releasev10.19.1
Adds fixes for two obscure crashes, related to consecutive empty if's
and toggling symbols without a type in the menuconfig:
- Commit 0e6cd82 ("Fix removal of multiple consecutive 'if' nodes")
- Commit db60270 ("menuconfig: Fix crash when toggling symbols without
a type")
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ import setuptools setuptools.setup( name="kconfiglib", # MAJOR.MINOR.PATCH, per http://semver.org - version="10.19.0", + version="10.19.1", description="A flexible Python Kconfig parser", # Make sure that README.rst decodes on Python 3 in environments that use |
