Skip to content

Commit 127d353

Browse files
Bump version and CHANGELOG for v0.15.0
Signed-off-by: Ayan Sinha Mahapatra <asmahapatra@aboutcode.org>
1 parent de47f74 commit 127d353

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.github/workflows/pypi-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up Python
2929
uses: actions/setup-python@v5
3030
with:
31-
python-version: 3.12
31+
python-version: 3.14
3232

3333
- name: Install pypa/build and twine
3434
run: python -m pip install --user --upgrade build twine pkginfo

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
v0.15.0
5+
-----------
6+
7+
- Drop support for python3.9 and add support for python3.14
8+
- Ensure that cached file is not empty before use https://github.com/aboutcode-org/python-inspector/pull/251
9+
- Filter out empty values from install_requires https://github.com/aboutcode-org/python-inspector/pull/250
10+
411
v0.14.4
512
-----------
613

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[metadata]
22
name = python-inspector
33
license = Apache-2.0
4+
version = 0.15.0
45

56
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
67
description = python-inspector is is a collection of utilities to collect PyPI package metadata and resolve packages dependencies.

0 commit comments

Comments
 (0)