Update changelog for 0.13.0 release

This commit is contained in:
Cameron Yick
2020-12-12 10:29:01 -05:00
parent bba57523e9
commit 468d7d192f
2 changed files with 8 additions and 3 deletions

View File

@@ -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)
--------------------

View File

@@ -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.