Skip to content

Commit 01886c8

Browse files
committed
Bump version: 1.4.0 → 1.5.0
1 parent cb271be commit 01886c8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.secrets.baseline

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.4.0",
2+
"version": "1.5.0",
33
"plugins_used": [
44
{
55
"name": "ArtifactoryDetector"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ We recommend setting this up as a pre-commit hook. One way to do this is by usin
397397
# .pre-commit-config.yaml
398398
repos:
399399
- repo: https://github.com/Yelp/detect-secrets
400-
rev: v1.4.0
400+
rev: v1.5.0
401401
hooks:
402402
- id: detect-secrets
403403
args: ['--baseline', '.secrets.baseline']

detect_secrets/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '1.4.0'
1+
VERSION = '1.5.0'

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.4.0
2+
current_version = 1.5.0
33
commit = True
44
tag = True
55

0 commit comments

Comments
 (0)