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 | |
| 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.
| -rw-r--r-- | README.rst | 2 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -80,7 +80,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.17.0``. +All releases have a corresponding tag in the git repository, e.g. ``v10.18.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.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 |
