Skip to content

Commit 48b22b5

Browse files
authored
Merge pull request #189 from package-url/pre-0.17.0
Prepare release 0.17.0
2 parents abe3806 + 5aa6daf commit 48b22b5

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.rst

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

4+
0.17.0 (2025-06-04)
5+
-------------------
6+
7+
- Fix qualifiers type annotations
8+
https://github.com/package-url/packageurl-python/issues/169
9+
10+
- Fix parsing of names and namespaces with colons
11+
https://github.com/package-url/packageurl-python/issues/152
12+
13+
414
0.16.0 (2024-10-22)
515
-------------------
616

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ valid:
6666

6767
test:
6868
@echo "-> Run the test suite"
69-
${MANAGE} test --noinput
7069
bin/py.test tests
7170

7271
.PHONY: virtualenv conf dev clean isort black mypy valid test

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = packageurl-python
3-
version = 0.16.0
3+
version = 0.17.0
44
license = MIT
55
description = A purl aka. Package URL parser and builder
66
long_description = file:README.rst

0 commit comments

Comments
 (0)