Skip to content

Commit

Permalink
RLS: 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
attack68 committed Jan 31, 2025
1 parent 58427b0 commit 0037cdd
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion PACKAGING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
10 changes: 5 additions & 5 deletions docs/source/_static/badges.json
Original file line number Diff line number Diff line change
@@ -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"
}
7 changes: 6 additions & 1 deletion docs/source/_static/switcher.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
},
Expand Down
2 changes: 1 addition & 1 deletion docs/source/i_whatsnew.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ and this can be given on the public **Issues** board at the project github
repository: `Rateslib Project <https://github.com/attack68/rateslib>`_, or by direct
email contact, see `rateslib <https://rateslib.com>`_.

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
Expand Down

0 comments on commit 0037cdd

Please sign in to comment.