Skip to content

Commit

Permalink
Make 10.51.0 release
Browse files Browse the repository at this point in the history
Makes sync_deps() safe to use in threaded scripts, in commit a664a6d
("Avoid chdir()ing in sync_deps()").
  • Loading branch information
ulfalizer committed Apr 28, 2019
1 parent a664a6d commit 9fe13c0
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 @@ -93,7 +93,7 @@ available in the Python 2 version of the standard ``curses`` module.
that your ``PATH`` includes the directory where the executables end up. You can
list the installed files with ``pip(3) show -f kconfiglib``.

All releases have a corresponding tag in the git repository, e.g. ``v10.50.1``
All releases have a corresponding tag in the git repository, e.g. ``v10.51.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 @@ -7,7 +7,7 @@
setuptools.setup(
name="kconfiglib",
# MAJOR.MINOR.PATCH, per http://semver.org
version="10.50.1",
version="10.51.0",
description="A flexible Python Kconfig implementation",

# Make sure that README.rst decodes on Python 3 in environments that use
Expand Down

0 comments on commit 9fe13c0

Please sign in to comment.