Skip to content

Commit c4fb92b

Browse files
update dev stage alpha->beta; updates to README
1 parent 1bf18a6 commit c4fb92b

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

README.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,25 @@ pip install --upgrade mplfinance
1111

1212
---
1313

14-
## <a name="announcements"></a>**&roarr; [Latest Release Information](https://github.com/matplotlib/mplfinance/blob/master/RELEASE_NOTES.md) &loarr;**
14+
## <a name="announcements"></a>**&roarr; [Latest Release Information](https://github.com/matplotlib/mplfinance/releases) &loarr;**
15+
#### <a name="announcements"></a>**[Older Release Information](https://github.com/matplotlib/mplfinance/blob/master/RELEASE_NOTES.md)**
1516
---
1617

1718
## <a name="tutorials"></a>Contents and Tutorials
1819

1920
- **[The New API](https://github.com/matplotlib/mplfinance#newapi)**
2021
- **[Tutorials](https://github.com/matplotlib/mplfinance#tutorials)**
2122
- **[Basic Usage](https://github.com/matplotlib/mplfinance#usage)**
22-
- **[Customizing the Appearance of Plots](https://github.com/matplotlib/mplfinance/blob/master/markdown/customization_and_styles.md)** (New features: June 2020)
23+
- **[Customizing the Appearance of Plots](https://github.com/matplotlib/mplfinance/blob/master/markdown/customization_and_styles.md)**
2324
- **[Adding Your Own Technical Studies to Plots](https://github.com/matplotlib/mplfinance/blob/master/examples/addplot.ipynb)**
24-
- **[Subplots: Multiple Plots on a Single Figure](https://github.com/matplotlib/mplfinance/blob/master/markdown/subplots.md)** (**New features: August 2020**)
25+
- **[Subplots: Multiple Plots on a Single Figure](https://github.com/matplotlib/mplfinance/blob/master/markdown/subplots.md)**
2526
- **[Price-Movement Plots (Renko, P&F, etc)](https://github.com/matplotlib/mplfinance/blob/master/examples/price-movement_plots.ipynb)**
2627
- **[Trends, Support, Resistance, and Trading Lines](https://github.com/matplotlib/mplfinance/blob/master/examples/using_lines.ipynb)**
28+
- **[Coloring Individual Candlesticks](https://github.com/matplotlib/mplfinance/blob/master/examples/marketcolor_overrides.ipynb)** (New: December 2021)
2729
- **[Saving the Plot to a File](https://github.com/matplotlib/mplfinance/blob/master/examples/savefig.ipynb)**
28-
- **[Animation/Updating your plots in realtime](https://github.com/matplotlib/mplfinance/blob/master/markdown/animation.md)** (**New: August 2020**)
29-
- **&roarr; [Latest Release Info](https://github.com/matplotlib/mplfinance/blob/master/RELEASE_NOTES.md) &loarr;**
30+
- **[Animation/Updating your plots in realtime](https://github.com/matplotlib/mplfinance/blob/master/markdown/animation.md)**
31+
- **&roarr; [Latest Release Info](https://github.com/matplotlib/mplfinance/releases) &loarr;**
32+
- **[Older Release Info](https://github.com/matplotlib/mplfinance/blob/master/RELEASE_NOTES.md)**
3033
- **[Some Background History About This Package](https://github.com/matplotlib/mplfinance#history)**
3134
- **[Old API Availability](https://github.com/matplotlib/mplfinance#oldapi)**
3235

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,12 @@
2727
license="BSD-style",
2828
package_dir={'': pkg_location},
2929
packages=find_packages(where=pkg_location),
30-
classifiers=['Development Status :: 3 - Alpha',
30+
classifiers=['Development Status :: 2 - Beta',
3131
'Programming Language :: Python :: 3',
3232
'Programming Language :: Python :: 3.6',
3333
'Programming Language :: Python :: 3.7',
3434
'Programming Language :: Python :: 3.8',
35+
'Programming Language :: Python :: 3.9',
3536
'Framework :: Matplotlib',
3637
'Intended Audience :: Developers',
3738
'Intended Audience :: Education',

0 commit comments

Comments
 (0)