From e74bf8507cdb8ff9bbac72ab895103480e5b405c Mon Sep 17 00:00:00 2001 From: Olivier Ramonat Date: Mon, 22 Jun 2020 14:17:49 +0200 Subject: [PATCH] Version 22.1.0 (2020-06-22) =========================== * Add type hinting and verify it with ``mypy`` * Minor backward incompatible changes: * some function argument are now mandatory: * e3.anod.context.AnodContext.add_anod_action ``env`` * e3.anod.context.AnodContext.add_spec ``env`` and ``primitive`` * some attribute have been replaced by properties to avoid being marked as Optional * e3.anod.spec.Anod ``build_space`` * e3.os.process out and err attributes preserve CR characters * Deprecate e3.decorator.memoize, use functools.lru_cache instead * Prevent crash when a process launched by e3.os.process.Run does not emit utf-8 on stdout or stderr. Output and error is now processed using bytes_as_str and bytes version of output and error is available through raw_out and raw_err attributes. --- NEWS.md | 4 +++- VERSION | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index bb891bd8..28c5359a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,6 @@ -# Version 22.1.0 (2020-??-??) *NOT RELEASED YET* +# Version 22.2.0 (2020-??-??) *NOT RELEASED YET* + +# Version 22.1.0 (2020-06-22) * Add type hinting and verify it with ``mypy`` * Minor backward incompatible changes: diff --git a/VERSION b/VERSION index b090fe57..70a91e23 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -22.0 +22.1