Skip to content

Commit 227d5d7

Browse files
authored
Merge branch 'main' into develop2
2 parents acab428 + ffc2bf8 commit 227d5d7

File tree

3 files changed

+18
-22
lines changed

3 files changed

+18
-22
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
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 = 3.0.18
5+
current_version = 3.0.20
66

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

CHANGELOG.md

Lines changed: 16 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## v3.0.20 (15/03/2023)
4+
## Changes
5+
## 🔧 Maintenance
6+
7+
- Modify condition to exclude git ignore file @bjk7119 (#142)
8+
9+
---
10+
11+
## v3.0.19 (15/03/2023)
12+
## Changes
13+
## 🔧 Maintenance
14+
15+
- Modify 'Analyze path' if input file on lint @bjk7119 (#141)
16+
17+
---
18+
319
## v3.0.18 (10/03/2023)
420
## Changes
521
## 🐛 Hotfixes
@@ -315,23 +331,3 @@
315331
## 🚀 Features
316332

317333
- Add code of downloading license text @bjk7119 (#38)
318-
319-
---
320-
321-
## v2.1.3 (21/10/2021)
322-
## Changes
323-
## 🔧 Maintenance
324-
325-
- Change mode name : report -> convert @bjk7119 (#35)
326-
327-
---
328-
329-
## v2.1.2 (19/10/2021)
330-
## Changes
331-
## 🐛 Hotfixes
332-
333-
- Bug fix to use with abspath and relpath @bjk7119 (#34)
334-
335-
## 🔧 Maintenance
336-
337-
- Use python-debian v0.1.40 @bjk7119 (#34)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
setup(
3535
name='fosslight_prechecker',
36-
version='3.0.18',
36+
version='3.0.20',
3737
package_dir={"": "src"},
3838
packages=find_packages(where='src'),
3939
description='FOSSLight Prechecker',

0 commit comments

Comments
 (0)