diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index fe75fec48..190b364c5 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,17 +1,18 @@ { "name": "rtdip", - "image": "mcr.microsoft.com/azure-functions/python:4-python3.9-core-tools", + "image": "mcr.microsoft.com/azure-functions/python:4-python3.10-core-tools", "forwardPorts": [ 7071, 9091 ], "customizations": { "vscode": { "extensions": [ "ms-azuretools.vscode-azurefunctions", - "ms-azuretools.vscode-docker", + //"ms-azuretools.vscode-docker", "ms-python.python", "GitHub.vscode-pull-request-github", "GitHub.copilot", - "GitHub.codespaces" + "GitHub.codespaces", + "ryanluker.vscode-coverage-gutters" ], "settings": { "azureFunctions.scmDoBuildDuringDeployment": true, @@ -45,10 +46,11 @@ "remoteUser": "vscode", "features": { - "ghcr.io/devcontainers/features/docker-in-docker:1": {}, "ghcr.io/devcontainers/features/git:1": {}, "ghcr.io/devcontainers/features/node:1": {}, "ghcr.io/devcontainers/features/terraform:1": {}, - "ghcr.io/rocker-org/devcontainer-features/miniforge:0": {} + // "ghcr.io/devcontainers/features/docker-in-docker:2": {}, + "ghcr.io/devcontainers/features/java:1": {"version": "11"}, + "ghcr.io/rocker-org/devcontainer-features/miniforge:1": {} } -} +} \ No newline at end of file diff --git a/RELEASE.md b/RELEASE.md index 10d59f22d..21e609c0a 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -17,7 +17,7 @@ Given a version number MAJOR.MINOR.PATCH, increment the: ## Checklist -This checklict guides you through preparing, testing and documenting a release. +This checklist guides you through preparing, testing and documenting a release. ``` Please ensure to SQUASH MERGE to DEVELOP and MERGE to MAIN diff --git a/setup.py b/setup.py index 0c779e7e6..1beb943bb 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,6 @@ here = pathlib.Path(__file__).parent.resolve() long_description = (here / "PYPI-README.md").read_text() -packaging.version.Version = packaging.version.LegacyVersion setup( name='rtdip-sdk',