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.