File tree Expand file tree Collapse file tree 3 files changed +18
-22
lines changed
Expand file tree Collapse file tree 3 files changed +18
-22
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 = 3.0.18
5+ current_version = 3.0.20
66
77[bumpversion:file:setup.py]
88search = ' {current_version}'
Original file line number Diff line number Diff line change 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
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 )
Original file line number Diff line number Diff line change 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' ,
You can’t perform that action at this time.
0 commit comments