Skip to content

Commit

Permalink
Merge branch 'main' into yamllint-allow-list
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkrodrigues committed May 12, 2024
2 parents 94c1005 + ffdf1ca commit 997f42a
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 24 deletions.
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ vars:
G_WEBUI_NODEJS_BIN_DIR: "{{.G_WEBUI_NODEJS_BUILD_DIR}}/bin"

# Versions
G_PACKAGE_VERSION: "0.0.3-dev"
G_PACKAGE_VERSION: "0.2.0-dev"

tasks:
default:
Expand Down
2 changes: 1 addition & 1 deletion components/clp-package-utils/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires-python = ">= 3.8"

[tool.poetry]
name = "clp-package-utils"
version = "0.0.3-dev"
version = "0.2.0-dev"
description = "Utilities for the CLP package."
authors = ["YScope Inc. <dev@yscope.com>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion components/clp-py-utils/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires-python = ">= 3.8"

[tool.poetry]
name = "clp-py-utils"
version = "0.0.3-dev"
version = "0.2.0-dev"
description = "Utilities for other Python packages in CLP."
authors = ["YScope Inc. <dev@yscope.com>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion components/core/src/clp/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define CLP_VERSION_HPP

namespace clp {
constexpr char cVersion[] = "0.0.3-dev";
constexpr char cVersion[] = "0.2.0-dev";
} // namespace clp

#endif // CLP_VERSION_HPP
2 changes: 1 addition & 1 deletion components/core/src/glt/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define GLT_VERSION_HPP

namespace glt {
constexpr char cVersion[] = "0.0.3-dev";
constexpr char cVersion[] = "0.2.0-dev";
} // namespace glt

#endif // GLT_VERSION_HPP
2 changes: 1 addition & 1 deletion components/job-orchestration/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires-python = ">= 3.8"

[tool.poetry]
name = "job-orchestration"
version = "0.0.3-dev"
version = "0.2.0-dev"
description = "Scheduler and worker cluster for CLP's distributed architecture."
authors = ["YScope Inc. <dev@yscope.com>"]
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion components/package-template/src/requirements-pre-3.7.txt

This file was deleted.

16 changes: 0 additions & 16 deletions config/build-clp-package.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion lint-tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ tasks:
cmds:
- |-
. "{{.G_LINT_VENV_DIR}}/bin/activate"
yamllint \
yamllint --strict \
.github \
.yamllint.yml \
components/core/.clang-format \
Expand Down

0 comments on commit 997f42a

Please sign in to comment.