Bump version 0.11.1 -> 0.12.0

This commit is contained in:
Karolina Surma
2025-03-03 11:11:39 +01:00
parent e89b4168c5
commit 0a226320df
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
# Changelog
# Unreleased
# [0.12.0] - 2025-03-03
### Added
- Support for compat packages of various granularity (eg. '7', '7.2').
Invoke with `--compat <compat-version-string>`
@@ -9,6 +9,7 @@ Invoke with `--compat <compat-version-string>`
### Changed
- Package extras are now primarily read from `provides_extra`, only after that's empty from `requires_dist`
- Updated the list of Trove License Classifiers
# [0.11.1] - 2024-11-21
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "pyp2spec"
version = "0.11.1"
version = "0.12.0"
description = "Generate a valid Fedora specfile from Python package from PyPI"
readme = { file = "README.md", content-type = "text/markdown" }
authors = [