fix(docs): update for zipline 3.7.8
All checks were successful
Actions / Lint Code (Pylint) (push) Successful in 5s
Actions / Build Documentation (MkDocs) (push) Successful in 9s

This commit is contained in:
Seaswimmer 2024-01-15 06:17:07 -05:00
parent 35937b63ef
commit 14db5cae69
Signed by: cswimr
GPG key ID: 1EBC234EEDA901AE
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.7`.
This documentation assumes you are using Zipline `3.7.8`.
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.7` | :white_check_mark: | :white_check_mark: |
| `0.1.0` | `3.7.8` | :white_check_mark: | :white_check_mark: |