diff --git a/PACKAGING.md b/PACKAGING.md index 36ad9cda..aee0b3e5 100644 --- a/PACKAGING.md +++ b/PACKAGING.md @@ -34,7 +34,7 @@ $ coverage run -m pytest (Checking for uncaptured warnings - some of these may be known issues and can be ignored) $ pytest -W error -- Check cargo.toml::[package][exclude] in case any folders or files need amending (including or exclduing). +- Check cargo.toml::[package][exclude] in case any folders or files need amending (including or excluding). - Commit and merge any changes to *main* - this will temporarily break *ReadTheDocs* which will build from push. - Create a new release branch, e.g. '1.3.x' and checkout. diff --git a/docs/source/_static/badges.json b/docs/source/_static/badges.json index 4eef2241..924c9076 100644 --- a/docs/source/_static/badges.json +++ b/docs/source/_static/badges.json @@ -1,9 +1,9 @@ { - "coverage": "96%", + "coverage": "97%", "licence": "CC-BY-NC-ND-4.0", - "pypi": "v1.6.0", - "conda": "v1.6.0", - "python": "3.9 - 3.13", - "style": "ruff/black", + "pypi": "v1.7.0", + "conda": "v1.7.0", + "python": "3.10 - 3.13", + "style": "ruff", "status": "stable" } \ No newline at end of file diff --git a/docs/source/_static/switcher.json b/docs/source/_static/switcher.json index e5f71fd7..de08611d 100644 --- a/docs/source/_static/switcher.json +++ b/docs/source/_static/switcher.json @@ -5,7 +5,12 @@ "url": "https://rateslib.readthedocs.io/en/latest/" }, { - "name": "1.6 (stable)", + "name": "1.7 (stable)", + "version": "1.7.x", + "url": "https://rateslib.readthedocs.io/en/1.7.x/" + }, + { + "name": "1.6", "version": "1.6.x", "url": "https://rateslib.readthedocs.io/en/1.6.x/" }, diff --git a/docs/source/i_whatsnew.rst b/docs/source/i_whatsnew.rst index 6d1ea39b..0ef99b64 100644 --- a/docs/source/i_whatsnew.rst +++ b/docs/source/i_whatsnew.rst @@ -12,7 +12,7 @@ and this can be given on the public **Issues** board at the project github repository: `Rateslib Project `_, or by direct email contact, see `rateslib `_. -1.7.0 (No Release Date) +1.7.0 (31st January 2025) **************************** The key theme for 1.7.0 was to add Python type hinting to the entire codebase, and adding