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 /README.rst | |
| 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 'README.rst')
| -rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 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 |
