We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a579e3 + 48acf74 commit ef0e52eCopy full SHA for ef0e52e
3 files changed
.github/workflows/release.yml
@@ -16,6 +16,9 @@ jobs:
16
name: Update Version
17
runs-on: ubuntu-latest
18
permissions: write-all
19
+ concurrency:
20
+ group: version-update
21
+ cancel-in-progress: false
22
steps:
23
- name: Update Version
24
uses: byuawsfhtl/UpdateVersion@v1.0.7
PyBugReporter/_version.py
@@ -1 +1 @@
1
-__version__ = '1.0.8b1'
+__version__ = '1.0.8b1.dev2'
PyBugReporter/requirements.txt
@@ -1,2 +1 @@
-python-graphql-client~=0.4.3
2
-
+python-graphql-client~=0.4.3
0 commit comments