Skip to content

Commit 35bbfd3

Browse files
Merge pull request #644 from guillaume-vignal/bump_version_2.7.10
Bump version 2.7.10
2 parents 50b5b88 + 5084148 commit 35bbfd3

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ repos:
4242
hooks:
4343
- id: blacken-docs
4444
additional_dependencies: [black==21.12b0]
45-
- repo: https://github.com/pypa/pip-audit
46-
rev: v2.7.3
47-
hooks:
48-
- id: pip-audit
49-
args: ["--skip-editable"]
5045
- repo: https://github.com/compilerla/conventional-pre-commit
5146
rev: v3.3.0
5247
hooks:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "shapash"
7-
version = "2.7.9"
7+
version = "2.7.10"
88
authors = [
99
{name = "Yann Golhen"},
1010
{name = "Sebastien Bidault"},

shapash/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION = (2, 7, 9)
1+
VERSION = (2, 7, 10)
22

33
__version__ = ".".join(map(str, VERSION))

0 commit comments

Comments
 (0)