diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2017-10-22 09:14:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-22 09:14:31 +0200 |
| commit | 0bf2ef6b96732c378e512a8bafb03e73b93946fd (patch) | |
| tree | 5fcb1c89d28f891a64b3cfcae6f06d1518db7087 | |
| parent | f64aaf971176305233f16a11911a660fa6f99561 (diff) | |
Notify about upcoming release
| -rw-r--r-- | README.rst | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -8,7 +8,12 @@ and read and write ``.config`` files. Highly compatible with the targets such as ``menuconfig`` and ``defconfig``. Supports both Python 2 and Python 3 without modification, and should also run -on non-\*nix platforms +on non-\*nix platforms. + +*NOTE: A non-backwards-compatible 2.0 version will be coming soon, with a much cleaner and more general API (property-based, +less redundant, more logical). That one will also expose the menu structure (including implicit menus) and all the +expressions directly. The major version will be bumped to 2 in accordance with +semantic versioning.* .. contents:: Table of contents :backlinks: none |
