Skip to content

Commit 5348c62

Browse files
committed
Bump version: 1.2.0 → 1.3.0
1 parent 7c96fb8 commit 5348c62

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.2.0",
2+
"version": "1.3.0",
33
"plugins_used": [
44
{
55
"name": "ArtifactoryDetector"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ We recommend setting this up as a pre-commit hook. One way to do this is by usin
388388
# .pre-commit-config.yaml
389389
repos:
390390
- repo: https://github.com/Yelp/detect-secrets
391-
rev: v1.2.0
391+
rev: v1.3.0
392392
hooks:
393393
- id: detect-secrets
394394
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.2.0'
1+
VERSION = '1.3.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.2.0
2+
current_version = 1.3.0
33
commit = True
44
tag = True
55

0 commit comments

Comments
 (0)