diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-07-13 19:00:28 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-07-13 19:00:28 +0200 |
| commit | e52afd688f1caa22ee722b971a2846083e4fbc2f (patch) | |
| tree | 4f72380ca59e59d1eccc4a8f8624850af69b7912 /setup.py | |
| parent | ac692af07a123b3d623e51df7f1e7a10b88c1ddd (diff) | |
Make 8.1.1 releasev8.1.1
This release adds commit ac692af ("Fix absolute $srctree prefixes
showing up on gsource'd files"), which fixes a bug that could cause
$srctree to be included in some paths for e.g. generated documentation.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ import setuptools setuptools.setup( name="kconfiglib", # MAJOR.MINOR.PATCH, per http://semver.org - version="8.1.0", + version="8.1.1", description="A flexible Python Kconfig parser", long_description= open(os.path.join(os.path.dirname(__file__), "README.rst")).read(), |
