From ccd8344d825c09df0fd51b70a0ec84062b7481d7 Mon Sep 17 00:00:00 2001 From: Volodymyr Babchuk Date: Thu, 6 Jun 2024 13:42:59 +0300 Subject: [PATCH 1/2] moulin: bump version to 0.24 There is a new "http" fetcher added. Bump up moulin version, to moulin configs can use "min_version" to be sure that http fetcher is present. Signed-off-by: Volodymyr Babchuk --- 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 f651513..4f86f08 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.23' +release = 'v0.24' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 9b29058..a58d3b0 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ SETUP_ARGS: Dict[str, Any] = dict( name='moulin', # Required - version='0.23', # Required + version='0.24', # Required description='Meta-build system', # Required long_description=long_description, long_description_content_type="text/markdown", From 328ba8c798b37d5ce6493e98ed8d2b18a52c9af8 Mon Sep 17 00:00:00 2001 From: Volodymyr Babchuk Date: Sat, 8 Jun 2024 01:23:00 +0300 Subject: [PATCH 2/2] test: this is test PR for testing buildbot --- test.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 test.txt diff --git a/test.txt b/test.txt new file mode 100644 index 0000000..a5bce3f --- /dev/null +++ b/test.txt @@ -0,0 +1 @@ +test1