From: Philippe Proulx Date: Wed, 11 Oct 2023 18:31:41 +0000 (-0400) Subject: Normand 0.23.0 X-Git-Tag: v0.23.0 X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=2acde24a529eaa9d848ea24e478c661a54ec37ff;p=normand.git Normand 0.23.0 Change-Id: I77aef30159a28510f9be62f909f90e54fd68da19 Signed-off-by: Philippe Proulx --- diff --git a/README.adoc b/README.adoc index 278b54b..6447405 100644 --- a/README.adoc +++ b/README.adoc @@ -29,7 +29,7 @@ _**Normand**_ is a text-to-binary processor with its own language. This package offers both a portable {py3} module and a command-line tool. -WARNING: This version of Normand is 0.22, meaning both the Normand +WARNING: This version of Normand is 0.23, meaning both the Normand language and the module/CLI interface aren't stable. ifdef::env-github[] diff --git a/normand/normand.py b/normand/normand.py index bded6c9..1dd164f 100644 --- a/normand/normand.py +++ b/normand/normand.py @@ -30,7 +30,7 @@ # Upstream repository: . __author__ = "Philippe Proulx" -__version__ = "0.22.0" +__version__ = "0.23.0" __all__ = [ "__author__", "__version__", diff --git a/pyproject.toml b/pyproject.toml index 15bbed3..2ffd7f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ [tool.poetry] name = 'normand' -version = '0.22.0' +version = '0.23.0' description = 'Text-to-binary processor with its own language' license = 'MIT' authors = ['Philippe Proulx ']