From 14db5cae69e4fec2b0b9c2e4502aca08b6d2855b Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Mon, 15 Jan 2024 06:17:07 -0500 Subject: [PATCH] fix(docs): update for zipline 3.7.8 --- docs/getting-started/installation.md | 2 +- docs/getting-started/versioning.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md index 61c3adf..6dd12f2 100644 --- a/docs/getting-started/installation.md +++ b/docs/getting-started/installation.md @@ -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) /// diff --git a/docs/getting-started/versioning.md b/docs/getting-started/versioning.md index 4dded17..7df882e 100644 --- a/docs/getting-started/versioning.md +++ b/docs/getting-started/versioning.md @@ -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: |