diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2019-04-30 21:47:08 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2019-04-30 22:36:58 +0200 |
| commit | 9cd7a1932321c9b2ddbacde018740a824cd4ad9e (patch) | |
| tree | e568f14454129d64ed1ed0787e3952d8c64f26ad /setup.py | |
| parent | 4fed39d9271ceb68be4157ab3f96a45b94f77dc0 (diff) | |
Make 11.0.0 releasev11.0.0
Simplifies the filename calculation for .old files, in commit 4fed39d
("Never prepend '.' to $KCONFIG_CONFIG.old"). This makes it reliable to
refer to the backup file as $KCONFIG_CONFIG.old in scripts.
This is a backwards-incompatible change when $KCONFIG_CONFIG is set to a
filename that does not start with a '.', so the major version is
increased. Note that $KCONFIG_CONFIG is usually set to
<some path>/.config, so few people should be affected.
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="10.51.0", + version="11.0.0", description="A flexible Python Kconfig implementation", # Make sure that README.rst decodes on Python 3 in environments that use |
