Skip to content

Commit 001e163

Browse files
committed
Bump version: 1.3.0 → 1.4.0
1 parent a293056 commit 001e163

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.secrets.baseline

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.3.0",
2+
"version": "1.4.0",
33
"plugins_used": [
44
{
55
"name": "ArtifactoryDetector"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ We recommend setting this up as a pre-commit hook. One way to do this is by usin
392392
# .pre-commit-config.yaml
393393
repos:
394394
- repo: https://github.com/Yelp/detect-secrets
395-
rev: v1.3.0
395+
rev: v1.4.0
396396
hooks:
397397
- id: detect-secrets
398398
args: ['--baseline', '.secrets.baseline']

detect_secrets/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '1.3.0'
1+
VERSION = '1.4.0'

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.3.0
2+
current_version = 1.4.0
33
commit = True
44
tag = True
55

0 commit comments

Comments
 (0)