Skip to content

Commit

Permalink
Make 4.1.0 release
Browse files Browse the repository at this point in the history
Only adds daac69d ("Add a globbing source statement").
'gource' doubles as an include-if-exists function.
  • Loading branch information
ulfalizer committed Mar 17, 2018
1 parent e650680 commit 47b0550
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -4,7 +4,7 @@
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(),
Expand Down

0 comments on commit 47b0550

Please sign in to comment.