Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [8.0.0](https://pypi.org/project/directory-forms-api-client/8.0.0/) (2026-04-17)
[Full Changelog](http://github.com/uktrade/directory-forms-api-client/pull/61)

## [7.5.7](https://pypi.org/project/directory-forms-api-client/7.5.3/) (2026-02-16)
[Full Changelog](http://github.com/uktrade/directory-forms-api-client/pull/60)
- PLOPS-3455 - Added new get_forms_api_client function
Expand Down
2 changes: 2 additions & 0 deletions personal-data-exclusions.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.*/README\.md
.*/tests/.*
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='directory_forms_api_client',
version='7.5.7',
version='8.0.0',
url='https://github.com/uktrade/directory-forms-api-client',
license='MIT',
author='Department for Business and Trade',
Expand All @@ -19,7 +19,7 @@
],
extras_require={
'test': [
'django>=4.2.10,<5.0',
'django>=4.2.10,<6.0',
'flake8',
'pytest-codecov',
'pytest-cov',
Expand All @@ -45,6 +45,7 @@
'Framework :: Django :: 3.1',
'Framework :: Django :: 3.2',
'Framework :: Django :: 4.2',
'Framework :: Django :: 5.2',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Natural Language :: English',
Expand Down
Loading