Skip to content

Commit

Permalink
Merge pull request #58 from rtdip/develop
Browse files Browse the repository at this point in the history
v0.1.4 #2
  • Loading branch information
Amber-Rigg authored Feb 8, 2023
2 parents 2e872ce + 9476249 commit a36c1a5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
14 changes: 8 additions & 6 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down Expand Up @@ -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": {}
}
}
}
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit a36c1a5

Please sign in to comment.