docs: updated some version numbers
Some checks failed
Actions / Build Documentation (MkDocs) (push) Failing after 13s
Actions / Lint Code (Ruff & Pylint) (push) Failing after 22s

This commit is contained in:
Seaswimmer 2024-03-28 11:28:30 -04:00
parent 8414fb4b53
commit 35abc609a7
Signed by: cswimr
GPG key ID: B8953EC01E5C4063
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ There has not been an official release of PyZipline on PyPi yet, meaning these i
type: warning
attrs: {class: annotate}
**Please make sure to install the matching version of PyZipline for your Zipline version!**
This documentation assumes you are using Zipline `3.7.8`.
This documentation assumes you are using Zipline `3.7.9`.
If you are not, please see [Versioning](./versioning.md) for a list of supported versions.
If you're on [Zipline's `trunk` version](https://github.com/diced/zipline/tree/trunk), use `*` to get the latest versions of PyZipline. (1)
///

View file

@ -4,4 +4,4 @@ Below is a table containing versions of Zipline, alongside their respective PyZi
| PyZipline Versions | Zipline Versions | Supported | Security Fixes |
| :----------------: | :--------------: | :----------------------: | :-----------------------: |
| `0.1.0` | `3.7.8` | :white_check_mark: | :white_check_mark: |
| `0.1.0` | `3.7.9` | :white_check_mark: | :white_check_mark: |