diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-10-31 01:25:40 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-10-31 01:31:32 +0100 |
| commit | a3c162b6cb8b7ae43824fabf7ea727b837cc7584 (patch) | |
| tree | 98877b21551241953fac3032421016e2f8b92b95 /setup.py | |
| parent | 14603c0fed58ebbd137b39b1be2d645d5152716b (diff) | |
Make 10.18.0 releasev10.18.0
Commit 14603c0 ("Make errno/strerror/filename available on IOError")
makes IOError/OSError.errno/strerror/filename available to scripts, when
it is raised from e.g. Kconfig.load_config().
Previously, some implementation trickery related to custom exception
messages meant that they weren't available.
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.17.0", + version="10.18.0", description="A flexible Python Kconfig parser", # Make sure that README.rst decodes on Python 3 in environments that use |
