Skip to content

Commit bd15f58

Browse files
authored
Merge branch 'main' into multi_mode
2 parents 0f646ba + dfe56b9 commit bd15f58

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
commit = True
33
tag = False
44
message = Bump version: {current_version} → {new_version}
5-
current_version = 1.7.25
5+
current_version = 1.7.26
66

77
[bumpversion:file:setup.py]
88
search = '{current_version}'

CHANGELOG.md

+9-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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
@@ -281,10 +290,3 @@
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)

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
if __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',

0 commit comments

Comments
 (0)