Skip to content

Commit

Permalink
Fix formatting, add CHANGELOG entry, and upgrade version for release #92
Browse files Browse the repository at this point in the history


Signed-off-by: Thomas Druez <[email protected]>
  • Loading branch information
tdruez committed Aug 2, 2022
1 parent 5279f83 commit d8f658f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

0.10.1 (unreleased)
0.10.1 (2022-08-02)
-------------------

- Add ability to filter objects with EMPTY purls in PackageURLFilter #92
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = packageurl-python
version = 0.10.0
version = 0.10.1
license = MIT
description = A purl aka. Package URL parser and builder
long_description = file:README.rst
Expand Down
3 changes: 1 addition & 2 deletions src/packageurl/contrib/django/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ class PackageURLFilter(django_filters.CharFilter):

is_empty = "EMPTY"
help_text = (
"Match Package URL. "
'Use "EMPTY" as value to retrieve objects with empty Package URL.'
'Match Package URL. Use "EMPTY" as value to retrieve objects with empty Package URL.'
)

def __init__(self, *args, **kwargs):
Expand Down

0 comments on commit d8f658f

Please sign in to comment.