Skip to content

Commit

Permalink
Updating VERSION to v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions authored and athackst committed Apr 7, 2022
1 parent 0355f79 commit 4202b46
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Expand Up @@ -41,10 +41,6 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: "3.x"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Build Docs
run: ./build.sh
- name: Test html
Expand Down
8 changes: 0 additions & 8 deletions .vscode/tasks.json
Expand Up @@ -37,7 +37,6 @@
"dependsOrder": "sequence",
"dependsOn": [
"mkdocs_simple_gen",
"gen_readme"
],
"problemMatcher": []
},
Expand All @@ -48,7 +47,6 @@
"dependsOrder": "sequence",
"dependsOn": [
"mkdocs_simple_gen",
"gen_readme"
],
"problemMatcher": []
},
Expand Down Expand Up @@ -83,12 +81,6 @@
"isDefault": true
}
},
{
"label": "test script",
"type": "shell",
"command": "./tests/test.sh",
"problemMatcher": []
},
{
"label": "test unittest",
"type": "shell",
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
v1.1.0
v1.1.1

0 comments on commit 4202b46

Please sign in to comment.