Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Upcoming changes...

## [1.20.4] - 2025-03-05
### Modified
- Updated Dockerfile to use Python 3.10-slim

## [1.20.3] - 2025-03-03
### Fixed
- Fixed cli.py typo
Expand Down Expand Up @@ -471,4 +475,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[1.20.0]: https://github.com/scanoss/scanoss.py/compare/v1.19.5...v1.20.0
[1.20.1]: https://github.com/scanoss/scanoss.py/compare/v1.20.0...v1.20.1
[1.20.2]: https://github.com/scanoss/scanoss.py/compare/v1.20.1...v1.20.2
[1.20.3]: https://github.com/scanoss/scanoss.py/compare/v1.20.2...v1.20.3
[1.20.3]: https://github.com/scanoss/scanoss.py/compare/v1.20.2...v1.20.3
[1.20.4]: https://github.com/scanoss/scanoss.py/compare/v1.20.3...v1.20.4
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM python:3.10-slim-buster AS base
FROM --platform=$BUILDPLATFORM python:3.10-slim AS base

LABEL maintainer="SCANOSS <infra@scanoss.com>"
LABEL org.opencontainers.image.source=https://github.com/scanoss/scanoss.py
Expand Down
2 changes: 1 addition & 1 deletion src/scanoss/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
THE SOFTWARE.
"""

__version__ = '1.20.3'
__version__ = '1.20.4'