Skip to content

Commit

Permalink
Bump version 0.10.0 -> 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
befeleme committed Oct 22, 2024
1 parent 706ce6b commit a724cdb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog

# [Unreleased]
# [0.11.0] - 2024-10-22
### Added
- For packages that publish METADATA with `License-File` field on PyPI,
the generated spec files contain a flag `%pyproject_save_files -l`
which asserts the presence of license files in the distribution during the RPM build

### Changed
- Implemented PEP 625: only the standardized sdist filenames are now supported

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pyp2spec"
version = "0.10.0"
version = "0.11.0"
description = "Generate a valid Fedora specfile from Python package from PyPI"
readme = { file = "README.md", content-type = "text/markdown" }
authors = [
Expand Down

0 comments on commit a724cdb

Please sign in to comment.