diff --git a/HISTORY.rst b/HISTORY.rst index 9b7c2fe..d5f5810 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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) -------------------- diff --git a/RELEASE.rst b/RELEASE.rst index 5ddbcbe..4ea1834 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -2,12 +2,12 @@ Issuing New Releases ============ -Tiingo follows semantic versioning (semver.org) practices. +Tiingo follows semantic versioning (semver.org) practices. 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.