Skip to content

Commit ef0e52e

Browse files
Dev (#46)
2 parents 6a579e3 + 48acf74 commit ef0e52e

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
name: Update Version
1717
runs-on: ubuntu-latest
1818
permissions: write-all
19+
concurrency:
20+
group: version-update
21+
cancel-in-progress: false
1922
steps:
2023
- name: Update Version
2124
uses: byuawsfhtl/UpdateVersion@v1.0.7

PyBugReporter/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.0.8b1'
1+
__version__ = '1.0.8b1.dev2'

PyBugReporter/requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
python-graphql-client~=0.4.3
2-
1+
python-graphql-client~=0.4.3

0 commit comments

Comments
 (0)