Skip to content

Commit a42511a

Browse files
committed
chore: bump version to 1.41.0
1 parent d6caafd commit a42511a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
- Upcoming changes...
910

11+
## [1.41.0] - 2025-11-17
1012
### Added
1113
- Added `--license-sources` (`-ls`) option to copyleft inspection
1214
- Filter which license sources to check (component_declared, license_file, file_header, file_spdx_tag, scancode)
@@ -747,4 +749,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
747749
[1.38.0]: https://github.com/scanoss/scanoss.py/compare/v1.37.1...v1.38.0
748750
[1.39.0]: https://github.com/scanoss/scanoss.py/compare/v1.38.0...v1.39.0
749751
[1.40.0]: https://github.com/scanoss/scanoss.py/compare/v1.39.0...v1.40.0
750-
[1.40.1]: https://github.com/scanoss/scanoss.py/compare/v1.40.0...v1.40.1
752+
[1.40.1]: https://github.com/scanoss/scanoss.py/compare/v1.40.0...v1.40.1
753+
[1.41.0]: https://github.com/scanoss/scanoss.py/compare/v1.40.1...v1.41.0

src/scanoss/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
THE SOFTWARE.
2323
"""
2424

25-
__version__ = '1.40.1'
25+
__version__ = '1.41.0'

0 commit comments

Comments
 (0)