diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-02-08 10:18:18 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-02-08 10:18:18 +0100 |
| commit | f54c6b6d453361948a9169081d9140ee5935b9f7 (patch) | |
| tree | 72f9cfc3ffbb2cc3af6bc8bbd5d84f4cba3495eb /setup.py | |
| parent | e8b4ecb6ff6ccc1c7be0818314fbccda2ef2b2ee (diff) | |
Make 3.0.0 releasev3.0.0
- Only includes e8b4ecb ("Don't special-case user_value for choice
symbols set to y").
Since that's a tiny change to the behavior of the API, the major version
is bumped.
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="2.7.0", + version="3.0.0", description="A flexible Python Kconfig parser", long_description= open(os.path.join(os.path.dirname(__file__), "README.rst")).read(), |
