File tree Expand file tree Collapse file tree 3 files changed +11
-9
lines changed Expand file tree Collapse file tree 3 files changed +11
-9
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 = 1.7.25
5+ current_version = 1.7.26
66
77[bumpversion:file:setup.py]
88search = ' {current_version}'
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v1.7.26 (29/05/2024)
4+ ## Changes
5+ ## 🔧 Maintenance
6+
7+ - Update the requirements.txt @bjk7119 (#93 )
8+ - Modify FL Binary required ver. to 4.1.29 @bjk7119 (#91 )
9+
10+ ---
11+
312## v1.7.25 (07/05/2024)
413## Changes
514## 🚀 Features
281290## 🔧 Maintenance
282291
283292- Add a commit message checker @soimkim (#31 )
284-
285- ---
286-
287- ## v1.6.12 (28/03/2022)
288- ## 🐛 Hotfixes
289-
290- - Fix a bug where column names do not match when overwriting an excel @soimkim (#29 )
Original file line number Diff line number Diff line change 1515if __name__ == "__main__" :
1616 setup (
1717 name = 'fosslight_scanner' ,
18- version = '1.7.25 ' ,
18+ version = '1.7.26 ' ,
1919 package_dir = {"" : "src" },
2020 packages = find_packages (where = 'src' ),
2121 description = 'FOSSLight Scanner' ,
You can’t perform that action at this time.
0 commit comments