Skip to content

Commit 71c35bd

Browse files
committed
create release v1.0.1
Signed-off-by: Benjamin Robin (Schneider Electric) <benjamin.robin@bootlin.com>
1 parent 9631f24 commit 71c35bd

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

src/spdx_diff/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# -*- coding: utf-8 -*-
22
# SPDX-License-Identifier: GPL-2.0
33

4-
__version__ = "1.0.0"
4+
__version__ = "1.0.1"

0 commit comments

Comments
 (0)