summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-03-17 16:04:49 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2018-03-17 16:21:30 +0100
commit47b05501d9dd3852102a0493534890b85f832ab9 (patch)
tree803dcf35890a53fdea8c768299ca483a6b32680f
parente6506800714dfbdcf0843473726faa9e78453f2e (diff)
Make 4.1.0 releasev4.1.0
Only adds daac69d ("Add a globbing source statement"). 'gource' doubles as an include-if-exists function.
-rw-r--r--README.rst2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index dc90c31..518fc0d 100644
--- a/README.rst
+++ b/README.rst
@@ -197,7 +197,7 @@ installed with e.g.
$ pip(3) install kconfiglib --user
-All releases have a corresponding tag in the git repository, e.g. ``v4.0.0``
+All releases have a corresponding tag in the git repository, e.g. ``v4.1.0``
(the latest version).
`Semantic versioning <http://semver.org/>`_ is used. There's been
diff --git a/setup.py b/setup.py
index 3a47294..606c3c2 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ import setuptools
setuptools.setup(
name="kconfiglib",
# MAJOR.MINOR.PATCH, per http://semver.org
- version="4.0.0",
+ version="4.1.0",
description="A flexible Python Kconfig parser",
long_description=
open(os.path.join(os.path.dirname(__file__), "README.rst")).read(),