mirror of
https://github.com/hydrosquall/tiingo-python.git
synced 2025-12-18 20:24:19 +01:00
Update changelog for 0.13.0 release
This commit is contained in:
@@ -2,10 +2,15 @@
|
||||
History
|
||||
=======
|
||||
|
||||
0.13.0 (2019-11-XX - Unreleased)
|
||||
0.14.0 (2020-12-XX - Unreleased)
|
||||
--------------------------------
|
||||
* Feature (Name #Number)
|
||||
|
||||
0.13.0 (2020-12-12)
|
||||
--------------------------------
|
||||
* Minor: Address Pandas Future Warning for sorting in pd.concat (#392)
|
||||
* Feature: Add option to request data in csv format in get_dataframe method potentially boosting speed up to 4-5x. (#523)
|
||||
* Minor: bumped non-breaking library dependencies
|
||||
|
||||
0.12.0 (2019-10-20)
|
||||
--------------------
|
||||
|
||||
@@ -8,6 +8,6 @@ The following shows how to make a release for version 0.8.0
|
||||
|
||||
1. Make a branch called release/0.8.0
|
||||
2. Ensure HISTORY.rst (the Changelog) is up to date
|
||||
3. Update __version__.py to 0.8.0
|
||||
3. Update __version__.py to 0.8.0 and tag the commit
|
||||
4. Open a merge request to master
|
||||
5. After the merge request is approved and merged, tag and push the merged commit with 0.8.0. Travis CI will be responsible for releasing the new code to PyPI.
|
||||
|
||||
Reference in New Issue
Block a user