diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-08-23 11:27:56 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-08-23 11:42:49 +0200 |
| commit | 4b8805df373abebdf8e940b9511b2602640ff518 (patch) | |
| tree | 27a72ec13e46ecf55a13e29222963aaff5c5223a | |
| parent | b1c24c85794731a78c4847a4849f53307dfebacc (diff) | |
Make 10.1.1 releasev10.1.1
Includes two small bug fixes:
- Commit 9b77511 ("Fix file descriptor leak for the top-level Kconfig
file")
- Commit d158fed ("Fix recursive 'source' error reporting")
| -rw-r--r-- | README.rst | 2 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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.1.0``. +All releases have a corresponding tag in the git repository, e.g. ``v10.1.1``. (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.1.0", + version="10.1.1", description="A flexible Python Kconfig parser", # Make sure that README.rst decodes on Python 3 in environments that use |
