We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f50eb commit 14a11b5Copy full SHA for 14a11b5
CHANGELOG.rst
@@ -4,6 +4,9 @@ Changelog
4
0.16.0 (unreleased)
5
-------------------
6
7
+0.15.6 (2024-07-25)
8
+-------------------
9
+
10
- Refine support for GitHub /archive/refs/tags/ URLs in ``url2purl``.
11
The whole tag is now captured as the version.
12
This allows to properly reconstruct valid URLs in ``purl2url``.
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = packageurl-python
3
-version = 0.15.5
+version = 0.15.6
license = MIT
description = A purl aka. Package URL parser and builder
long_description = file:README.rst
0 commit comments