Skip to content

Commit d89d79b

Browse files
authored
Merge pull request #246 from alunduil/release
Bump version to 3.1.5.
2 parents 8c44197 + 446133a commit d89d79b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.devcontainer/devcontainer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
"ms-python.pylint",
3838
"ms-python.python",
3939
"tamasfe.even-better-toml",
40-
"redhat.vscode-yaml"
40+
"redhat.vscode-yaml",
41+
"GitHub.vscode-github-actions"
4142
]
4243
}
4344
},

.github/workflows/poetry.yml

+1
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,6 @@ jobs:
3636
run: |
3737
poetry build
3838
tar -zvtf dist/zfs_replicate-*.tar.gz | grep zfs/replicate/
39+
tar -zvtf dist/zfs_replicate-*.tar.gz | grep zfs_test/replicate_test/
3940
- name: poetry check
4041
run: poetry check

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ name = "zfs-replicate"
3434
packages = [{include = "zfs"}, {include = "zfs_test", format = "sdist"}]
3535
readme = "README.md"
3636
repository = "https://github.com/alunduil/zfs-replicate"
37-
version = "3.1.4"
37+
version = "3.1.5"
3838

3939
[tool.poetry.dependencies]
4040
click = "^8.1.3"

0 commit comments

Comments
 (0)