Skip to content

Commit 997636a

Browse files
authored
Release v2.8.4 - Bump version (#179)
1 parent 51b4fa1 commit 997636a

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/run-unittests-default_setup.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- develop
99
paths:
1010
- "ads/**"
11+
- "!ads/ads_version.json"
1112
- setup.py
1213
- "**requirements.txt"
1314
- .github/workflows/run-unittests.yml

.github/workflows/run-unittests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- develop
99
paths:
1010
- "ads/**"
11+
- "!ads/ads_version.json"
1112
- setup.py
1213
- "**requirements.txt"
1314
- .github/workflows/run-unittests.yml

ads/ads_version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "2.8.3"
2+
"version": "2.8.4"
33
}

0 commit comments

Comments
 (0)