Hi! Is there a regular release schedule for Prefec...
# prefect-community
j
Hi! Is there a regular release schedule for Prefect? I'd like to install a Prefect version that has the snowflake connector bump that's here: https://github.com/PrefectHQ/prefect/blob/master/setup.py#L56
j
Hey @Julia Eskew! We tend to release once a week and the plan right now is to hopefully release this newest version (0.11.0) today! In the meantime you could install off of the master branch if you would like:
Copy code
pip install git+<https://github.com/PrefectHQ/prefect.git@master>
j
Thanks!