Normand 0.23.0 v0.23.0
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 11 Oct 2023 18:31:41 +0000 (14:31 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 11 Oct 2023 18:31:41 +0000 (14:31 -0400)
Change-Id: I77aef30159a28510f9be62f909f90e54fd68da19
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
README.adoc
normand/normand.py
pyproject.toml

index 278b54b1bff5b244e853bdb0af9e1d4d6e7e0ebb..64474055f3886b7ac9ef86003b93766f5c549539 100644 (file)
@@ -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[]
index bded6c93abba29a65ceb8645560fce6bc7ee4ce5..1dd164f27d127674344e5234438c1fef0ba97c83 100644 (file)
@@ -30,7 +30,7 @@
 # Upstream repository: <https://github.com/efficios/normand>.
 
 __author__ = "Philippe Proulx"
-__version__ = "0.22.0"
+__version__ = "0.23.0"
 __all__ = [
     "__author__",
     "__version__",
index 15bbed363ea9d485b0e4d798b142c3e559190a7e..2ffd7f5e2173aaae3e2cece0c2845a0b48151c59 100644 (file)
@@ -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 <eeppeliteloop@gmail.com>']
This page took 0.026405 seconds and 4 git commands to generate.