From 33a69671019dda61cc99c5295cf9f2d35cc221bd Mon Sep 17 00:00:00 2001 From: Mykyta Poturai Date: Mon, 28 Oct 2024 13:43:02 +0200 Subject: [PATCH] moulin: bump version to 0.27 There is a new feature for "rouge" was added. Let's bump moulin version. Signed-off-by: Mykyta Poturai --- docs/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index d3872fd..5dc0440 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -21,7 +21,7 @@ author = 'EPAM Systems' # The full version, including alpha/beta/rc tags -release = 'v0.26' +release = 'v0.27' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index de5fdf1..0a3c222 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ SETUP_ARGS: Dict[str, Any] = dict( name='moulin', # Required - version='0.26', # Required + version='0.27', # Required description='Meta-build system', # Required long_description=long_description, long_description_content_type="text/markdown",