From 1a07bf708f001611e12ef86df969aa446446a18a Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Wed, 24 Jan 2018 02:55:02 +0100 Subject: Make 2.3.0 release Just adds a new warning: 0087b40 ("Warn if a symbol with unsatisfied deps is selected") --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index eb31fe5..248974e 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ with open(os.path.join(here_dir, "README.rst")) as f: setuptools.setup( name="kconfiglib", # MAJOR.MINOR.MAINTENANCE per http://semver.org - version="2.2.4", + version="2.3.0", description="A flexible Python Kconfig parser", long_description=long_description, url="https://github.com/ulfalizer/Kconfiglib", -- cgit v1.2.3