Skip to content

Commit a94c23c

Browse files
committed
✨ feat(core): icons parse [patch candidate]
1 parent 925b583 commit a94c23c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.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.1.2
2+
current_version = 1.1.3
33
commit = True
44
tag = False
55

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ repos:
6666
files: ^docker-compose(\.dev|\.prod)?\.yml$
6767
- id: validate-commit
6868
name: validate-commit
69-
entry: python control_commit/main.py --log-level=INFO
69+
entry: python control_commit/main.py --log-level=DEBUG
7070
always_run: true
7171
pass_filenames: false
7272
language: system

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "scripts"
3-
version = "1.1.2"
3+
version = "1.1.3"
44
description = "CICD Core Scripts"
55
authors = ["B <[email protected]>"]
66
license = "Apache 2.0"

0 commit comments

Comments
 (0)