Skip to content

Commit

Permalink
Allow new fields to be dynamic
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
shenanigansd authored Nov 14, 2024
1 parent e615d61 commit c721bdf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Changelog
=========

- :release:`5.2.1 <14th November 2024>`
- :bug:`100` Allow new fields to be dynamic
-
- :release:`5.2.0 <14th November 2024>`
- :bug:`100` Add fields for fields for PEP 639, Metadata 2.4
-
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "letsbuilda-pypi"
version = "5.2.0"
version = "5.2.1"
description = "A wrapper for PyPI's API and RSS feed"
authors = [
{ name = "Bradley Reynolds", email = "[email protected]" },
Expand Down
2 changes: 2 additions & 0 deletions src/letsbuilda/pypi/models/models_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ class Info:
"Maintainer",
"Maintainer-email",
"License",
"License-Expression",
"License-File",
"Classifier",
"Requires-Dist",
"Requires-Python",
Expand Down

0 comments on commit c721bdf

Please sign in to comment.