File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ All notable changes to this project will be documented in this file.
1212
1313### Removed
1414
15- ## [ 1.0.0 ] - 2026-02-12
15+ ## [ 1.0.1 ] - 2026-02-12
1616
1717### Added
1818- Initial stable release of spdx-diff
1919---
2020
2121## Release Information
2222
23- - ** Version:** 1.0.0
23+ - ** Version:** 1.0.1
2424- ** Release Date:** 2026-02-12
2525- ** Status:** Stable
2626- ** Breaking Changes:** None (initial release)
@@ -30,5 +30,5 @@ This is the first stable release of spdx-diff.
3030---
3131
3232<!-- Links -->
33- [ unreleased ] : https://github.com/bootlin/spdx-diff/compare/v1.0.0 ...HEAD
34- [ 1.0.0 ] : https://github.com/bootlin/spdx-diff/releases/tag/v1.0.0
33+ [ unreleased ] : https://github.com/bootlin/spdx-diff/compare/v1.0.1 ...HEAD
34+ [ 1.0.1 ] : https://github.com/bootlin/spdx-diff/releases/tag/v1.0.1
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ classifiers = [
1717 " Programming Language :: Python :: 3.11" ,
1818 " Programming Language :: Python :: 3.12" ,
1919 " Programming Language :: Python :: 3.13" ,
20- " Programming Language :: Python :: 3.14" ,
2120 " Topic :: Software Development :: Build Tools" ,
2221]
2322
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22# SPDX-License-Identifier: GPL-2.0
33
4- __version__ = "1.0.0 "
4+ __version__ = "1.0.1 "
You can’t perform that action at this time.
0 commit comments