File tree 3 files changed +11
-9
lines changed
3 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 2
2
commit = True
3
3
tag = False
4
4
message = Bump version: {current_version} → {new_version}
5
- current_version = 1.7.25
5
+ current_version = 1.7.26
6
6
7
7
[bumpversion:file:setup.py]
8
8
search = ' {current_version}'
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
12
## v1.7.25 (07/05/2024)
4
13
## Changes
5
14
## 🚀 Features
281
290
## 🔧 Maintenance
282
291
283
292
- 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 15
15
if __name__ == "__main__" :
16
16
setup (
17
17
name = 'fosslight_scanner' ,
18
- version = '1.7.25 ' ,
18
+ version = '1.7.26 ' ,
19
19
package_dir = {"" : "src" },
20
20
packages = find_packages (where = 'src' ),
21
21
description = 'FOSSLight Scanner' ,
You can’t perform that action at this time.
0 commit comments