diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2019-02-11 03:11:06 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2019-02-11 03:11:27 +0100 |
| commit | 6469c0544035026d63866e280b6726006170a25e (patch) | |
| tree | 66824a795b5fb8b0acee96dd70576784da150573 | |
| parent | 22d3cc30fd6bc38da2af2a446a8babe28e79701c (diff) | |
Make 10.37.0 releasev10.37.0
Adds a utility for setting configuration values from the command line,
in commit 22d3cc3 ("setconfig: Add script").
| -rw-r--r-- | README.rst | 2 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -88,7 +88,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.36.0``. +All releases have a corresponding tag in the git repository, e.g. ``v10.37.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.36.0", + version="10.37.0", description="A flexible Python Kconfig parser", # Make sure that README.rst decodes on Python 3 in environments that use |
