summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-08-23 11:27:56 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2018-08-23 11:42:49 +0200
commit4b8805df373abebdf8e940b9511b2602640ff518 (patch)
tree27a72ec13e46ecf55a13e29222963aaff5c5223a /setup.py
parentb1c24c85794731a78c4847a4849f53307dfebacc (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")
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 1587b1a..33e68b9 100644
--- a/setup.py
+++ b/setup.py
@@ -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