diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-07-15 16:46:47 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-07-15 16:46:47 +0200 |
| commit | bca625ae5d99872d8c1d21cbce6e407a8a4eaf6f (patch) | |
| tree | 8bd44aaf5089a3d753d67fd47e467cf481f341b2 /setup.py | |
| parent | 7a428aa415606820a44291f475248b08e3952c4b (diff) | |
Make 9.0.0 releasev9.0.0
This release revamps the globbing design to make 'source' globbing,
requiring at least at least one matching file. A new o(r)source
statement can be used when it's okay for a pattern to not match any
files.
Relevant commit, with motivations: 7a428aa ("Switch to more sensible
globbing statements (w/ backwards compatibility)").
Backwards compatibility is maintained by having g(r)source be an alias
for o(r)source.
A small API change was introduced too: Kconfig.srctree is now set to the
empty string instead of None when $srctree is unset. This gives nice
behavior for e.g. os.path.join().
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.1", + version="9.0.0", description="A flexible Python Kconfig parser", long_description= open(os.path.join(os.path.dirname(__file__), "README.rst")).read(), |
