Skip to content

Commit

Permalink
Make 4.3.0 release
Browse files Browse the repository at this point in the history
4.2.1 should have been 4.3.0. That was not a bugfix release. Braino.
  • Loading branch information
ulfalizer committed May 1, 2018
1 parent 58ca4e4 commit 2d50563
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ installed with e.g.
$ pip(3) install kconfiglib --user
All releases have a corresponding tag in the git repository, e.g. ``v4.2.1``
All releases have a corresponding tag in the git repository, e.g. ``v4.3.0``
(the latest version).

`Semantic versioning <http://semver.org/>`_ is used. There's been
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
setuptools.setup(
name="kconfiglib",
# MAJOR.MINOR.PATCH, per http://semver.org
version="4.2.1",
version="4.3.0",
description="A flexible Python Kconfig parser",
long_description=
open(os.path.join(os.path.dirname(__file__), "README.rst")).read(),
Expand Down

0 comments on commit 2d50563

Please sign in to comment.