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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.13"]
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]
install-via: [pip]
arch: [x64]
include:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# - https://gh.io/supported-runners-and-hardware-resources
# - https://gh.io/using-larger-runners
# Consider using larger runners for possible analysis time improvements.
runs-on: ${{ (matrix.language == 'python' && ('macos-13' || 'macos-latest' || 'ubuntu-latest' || 'window-latest')) }}
runs-on: ${{ (matrix.language == 'python' && (macos-latest' || 'ubuntu-latest' || 'window-latest')) }}
timeout-minutes: ${{ (matrix.language == 'python' && 120) || 360 }}
permissions:
# required for all workflows
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ and there is also a separate [CodeQL workflow](https://github.com/sr-murthy/fina

## Releases `upload`

The [package](https://pypi.org/project/financial-services-register-api/) is currently at version `1.2.0`.
The [package](https://pypi.org/project/financial-services-register-api/) is currently at version `1.3.0`.

Releases are created and published (to PyPI and GitHub) manually.
1,047 changes: 674 additions & 373 deletions LICENSE

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

A lightweight Python client library for the UK [Financial Services Register](https://register.fca.org.uk/s/) [RESTful API](https://register.fca.org.uk/Developer/s/).

The [PyPI package](https://pypi.org/project/financial-services-register-api) is currently at version `1.1.0`.
The [PyPI package](https://pypi.org/project/financial-services-register-api) is currently at version `1.3.0`.

> [!NOTE]
> The new package `financial-services-register-api` supersedes the older package `fsrapiclient`, which will no longer be published. Existing versions of the older package may be retracted in the future. Please use the new package.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ financial-services-register-api

A Python client library for the UK `Financial Services Register <https://register.fca.org.uk/s/>`_ `RESTful API <https://register.fca.org.uk/Developer/s/>`_.

The `package <https://pypi.org/project/financial-services-register-api>`_ is currently at version `1.2.0`.
The `package <https://pypi.org/project/financial-services-register-api>`_ is currently at version `1.3.0`.

.. note::

Expand Down
1,269 changes: 638 additions & 631 deletions docs/requirements.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/sources/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ The CI workflows are defined `here <https://github.com/sr-murthy/financial-servi
Releases :fas:`upload`
======================

The `package <https://pypi.org/project/financial-services-register-api/>`_ is currently at version ``1.2.0``.
The `package <https://pypi.org/project/financial-services-register-api/>`_ is currently at version ``1.3.0``.

Releases are created and published (to PyPI and GitHub) manually.
1,627 changes: 813 additions & 814 deletions pdm.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/financial_services_register_api/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.2.0"
__version__ = "1.3.0"