We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa346aa + 778ca81 commit 01fea7aCopy full SHA for 01fea7a
.bumpversion.cfg
@@ -2,7 +2,7 @@
2
commit = True
3
tag = False
4
message = Bump version: {current_version} → {new_version}
5
-current_version = 1.6.26
+current_version = 1.6.25
6
7
[bumpversion:file:setup.py]
8
search = '{current_version}'
.github/workflows/publish-release.yml
@@ -51,7 +51,7 @@ jobs:
51
branch: main
52
53
deploy:
54
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
55
needs: update-changelog
56
steps:
57
- uses: actions/checkout@v3
setup.py
@@ -14,7 +14,7 @@
14
if __name__ == "__main__":
15
setup(
16
name='fosslight_source',
17
- version='1.6.26',
+ version='1.6.25',
18
package_dir={"": "src"},
19
packages=find_packages(where='src'),
20
description='FOSSLight Source Scanner',
0 commit comments