File tree Expand file tree Collapse file tree 4 files changed +20
-4
lines changed Expand file tree Collapse file tree 4 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 22commit = True
33tag = False
44message = Bump version: {current_version} → {new_version}
5- current_version = 5.0.6
5+ current_version = 5.0.8
66
77[bumpversion:file:setup.py]
88search = ' {current_version}'
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 strategy :
1818 matrix :
19- python-version : [3.10, 3.11, 3.12 ]
19+ python-version : [3.11 ]
2020 steps :
2121 - uses : actions/checkout@v3
2222 - name : Set up Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v5.0.8 (17/07/2025)
4+ ## Changes
5+ ## 🔧 Maintenance
6+
7+ - Update setup.py @ethanleelge (#47 )
8+ - Keep the line "Programming Language :: Python :: 3" in setup.py
9+ ---
10+
11+ ## v5.0.7 (17/07/2025)
12+ ## Changes
13+ ## 🔧 Maintenance
14+
15+ - Modify setup.py to change the supported Python version to 3.10 - 3.12 @ethanleelge (#46 )
16+
17+ ---
18+
319## v5.0.6 (28/03/2025)
420## Changes
521## 🔧 Maintenance
Original file line number Diff line number Diff line change 1717if __name__ == "__main__" :
1818 setup (
1919 name = 'fosslight_android' ,
20- version = '5.0.6 ' ,
20+ version = '5.0.8 ' ,
2121 package_dir = {"" : "src" },
2222 packages = find_packages (where = 'src' ),
2323 description = 'FOSSLight Android Scanner' ,
2828 url = 'https://github.com/fosslight/fosslight_android_scanner' ,
2929 download_url = 'https://github.com/fosslight/fosslight_android_scanner' ,
3030 classifiers = ['License :: OSI Approved :: Apache Software License' ,
31- "Programming Language :: Python :: 3" ,
31+ "Programming Language :: Python :: 3" ,
3232 "Programming Language :: Python :: 3.10" ,
3333 "Programming Language :: Python :: 3.11" ,
3434 "Programming Language :: Python :: 3.12" ],
You can’t perform that action at this time.
0 commit comments