Skip to content

Commit

Permalink
moulin: bump version to 0.24
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
lorc committed Jun 6, 2024
1 parent 07a49f0 commit ccd8344
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
author = 'EPAM Systems'

# The full version, including alpha/beta/rc tags
release = 'v0.23'
release = 'v0.24'

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ccd8344

Please sign in to comment.