Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RLS: 1.7.0 #670

Merged
merged 1 commit into from
Jan 31, 2025
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 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