From 1a9be8dbb449235eca412e49edd71f6a5073a5b8 Mon Sep 17 00:00:00 2001 From: Diego Fernandez Date: Wed, 30 Aug 2023 22:26:54 -0700 Subject: [PATCH] Docs --- CHANGELOG.rst | 8 +++++++- CONTRIBUTING.rst | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7a292cc..9479c78 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -8,6 +8,12 @@ and this project adheres to `Semantic Versioning `_. [Unreleased] ------------ + +Added +----- + +- Add ``merge_index`` option for ``Spread.df_to_sheet`` + [3.2.2] - 2022-06-29 ----------------------------- @@ -23,7 +29,7 @@ Changed Fixed ----- -- Don't use the deprecated pandas option `inplace = True` +- Don't use the deprecated pandas option ``inplace = True`` - Fix hanging auth test - Example in docs diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 26a9852..c6806e9 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -36,7 +36,7 @@ any ideas here I'd be happy to discuss. Versions -------- -In order to bump versions, we use `bumpversion `__. +In order to bump versions, we use `bump2version `__. This will take care of adding an entry in the CHANGELOG for the new version and bumping the version everywhere it needs to. This will also create a git tag for the specific version.