Bump version 0.8.0 -> 0.9.0

This commit is contained in:
Karolina Surma
2024-04-11 15:56:08 +02:00
parent ce099be238
commit 661fb9b770
2 changed files with 9 additions and 2 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
# [0.9.0] - 2024-04-11
### Added
- Added a possibility to create spec files for specific Python versions
Use a new command-line option `-p, --python-alt-version` to set it.
# [0.8.0] - 2023-10-11
### Added
- Automatically detect whether a package is archful or not based on a wheel name.
+3 -2
View File
@@ -1,6 +1,6 @@
[metadata]
name = pyp2spec
version = 0.8.0
version = 0.9.0
author = Karolina Surma
author_email = ksurma@redhat.com
description = Generate a valid Fedora specfile from Python package from PyPI
@@ -16,11 +16,12 @@ classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Operating System :: POSIX :: Linux
License :: OSI Approved :: MIT License
License :: OSI Approved :: MIT No Attribution License (MIT-0)
Development Status :: 3 - Alpha
[options]
packages = find:
python_requires = >=3.9