Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/update_compatible_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
COMPATIBLE_VERSION=${COMPATIBLE_VERSION:-"Unknown"}

# Get the latest Git tag (assuming it's the CLI version)
LATEST_CLI_VERSION=$(git describe --tags --abbrev=0 2>/dev/null || echo "Unknown")
LATEST_CLI_VERSION=$(poetry version --short || echo "Unknown")

# Convert to NDJSON format
NEW_ENTRY="{\"Cli Version\": \"$LATEST_CLI_VERSION\", \"Pilot Release Version\": \"$CLI_VERSION\", \"Compatible Version\": \"$COMPATIBLE_VERSION\"}"
Expand Down
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,6 @@ Command line tool that allows the user to execute data operations on the platfor

## Compatible versions
<!-- COMPATIBLE_VERSIONS_START -->
| Cli Version | Pilot Release Version | Compatible Version |
|------------|----------------------|---------------------|
| 3.15.0 | 2.14.2 | 2.14.2 |
| 3.15.1 | 2.14.2 | 2.14.2 |
| 3.15.2 | 2.15 | 2.15 |
| 3.16.0 | 2.15 | 2.15 |
| 3.17.0 | 2.15 | 2.15 |
| Unknown | 2.15 | 2.15 |
<!-- COMPATIBLE_VERSIONS_END -->

## Build Instructions
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "app"
version = "3.18.0"
version = "3.18.1a0"
description = "This service is designed to support pilot platform"
authors = ["Indoc Systems"]

Expand Down
Loading