diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2019-06-04 10:58:52 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2019-06-04 11:00:13 +0200 |
| commit | 7627bdfac95a4289570f3011840739be20544395 (patch) | |
| tree | 53c06e899d1f1da31b2ffae72fa93b30417d18a3 /setup.py | |
| parent | 22f277826fe21df548c45569f9c3a1d45b5a55fa (diff) | |
Make 12.1.0 releasev12.1.0
Adds commit 22f2778 ("Mention that the load_config() message is
different for replace=False")
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ import setuptools setuptools.setup( name="kconfiglib", # MAJOR.MINOR.PATCH, per http://semver.org - version="12.0.0", + version="12.1.0", description="A flexible Python Kconfig implementation", # Make sure that README.rst decodes on Python 3 in environments that use |
