Skip to content

Commit 342ac5d

Browse files
committed
fix: SP-2195 update version + changelog
1 parent 1eef965 commit 342ac5d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
### Added
1010
- Upcoming changes...
1111

12+
## [1.20.6] - 2025-03-14
13+
### Fixed
14+
- Fixed timeout issue with dependency scan
15+
1216
## [1.20.5] - 2025-03-13
1317
### Added
1418
- Improved documentation on spdxlite.py file
@@ -483,4 +487,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
483487
[1.20.2]: https://github.com/scanoss/scanoss.py/compare/v1.20.1...v1.20.2
484488
[1.20.3]: https://github.com/scanoss/scanoss.py/compare/v1.20.2...v1.20.3
485489
[1.20.4]: https://github.com/scanoss/scanoss.py/compare/v1.20.3...v1.20.4
486-
[1.20.5]: https://github.com/scanoss/scanoss.py/compare/v1.20.4...v1.20.5
490+
[1.20.5]: https://github.com/scanoss/scanoss.py/compare/v1.20.4...v1.20.5
491+
[1.20.6]: https://github.com/scanoss/scanoss.py/compare/v1.20.5...v1.20.6

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.20.5'
25+
__version__ = '1.20.6'

0 commit comments

Comments
 (0)