From b8fd0276df5f3698b304db66bd2d901e34dfcea1 Mon Sep 17 00:00:00 2001 From: Samuel Sloniker Date: Sat, 4 Dec 2021 19:00:34 -0800 Subject: [PATCH] Update branch info --- CONTRIBUTING.md | 3 +++ README.md | 9 ++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ef37f91..517c63d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,6 @@ +# Branches +All PRs should be made against the `devel` branch. + # `black` Be sure to run diff --git a/README.md b/README.md index 8a81cb6..1532d44 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,20 @@ `stockquotes` is a Python module for collecting stock, ETF, and mutual fund quotes and historical data from Yahoo! Finance. +# Branches + +* `devel`: current development version +* `stable`: latest stable release + +All PRs should be made against devel. + # Requirements * Python 3.6+ * Beautiful Soup 4 # Installation - pip3 install git+https://github.com/kj7rrv/stockquotes + pip3 install git+https://github.com/kj7rrv/stockquotes@stable Do not install from PyPI; the PyPI package is no longer updated.