Skip to content

Commit bb3b2dc

Browse files
committed
Add docs warnings for older package being superseded
1 parent 087d610 commit bb3b2dc

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@
2020

2121
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/).
2222

23-
The [PyPI package](https://pypi.org/project/financial-services-register-api) is currently at version `0.5.1`.
23+
The [PyPI package](https://pypi.org/project/financial-services-register-api) is currently at version `1.0.0`.
24+
25+
> [!WARNING]
26+
> The new associated PyPI package <span class="title-ref">financial-services-register-api</span> supersedes the older package <span class="title-ref">fsrapiclient</span>, which will no longer be published. Existing versions of the older package may be retracted in the future. Please use the new package.
2427
2528
The Financial Services Register, or FS Register, is a **public** database of all firms, individuals, funds, and other entities, that are either currently, or have been previously, authorised and/or regulated by the UK [Financial Conduct Authority (FCA)](https://www.fca.org.uk) and/or the [Prudential Regulation Authority (PRA)](http://bankofengland.co.uk/pra).
2629

docs/index.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ A Python client library for the UK `Financial Services Register <https://registe
1010

1111
The `PyPI package <https://pypi.org/project/financial-services-register-api>`_ is currently at version `1.0.0`.
1212

13+
.. warning::
14+
15+
The new associated PyPI 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.
16+
1317
The Financial Services Register (alternatively, FS Register), is a **public** database of all firms, individuals, funds, and other entities, that are either currently, or have been previously, authorised and/or regulated by the UK `Financial Conduct Authority (FCA) <https://www.fca.org.uk>`_ and/or the `Prudential Regulation Authority (PRA) <http://bankofengland.co.uk/pra>`_.
1418

1519
.. note::

0 commit comments

Comments
 (0)