summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2019-04-30 21:47:08 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2019-04-30 22:36:58 +0200
commit9cd7a1932321c9b2ddbacde018740a824cd4ad9e (patch)
treee568f14454129d64ed1ed0787e3952d8c64f26ad /setup.py
parent4fed39d9271ceb68be4157ab3f96a45b94f77dc0 (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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a4d5aef..1d7ef62 100644
--- a/setup.py
+++ b/setup.py
@@ -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