File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,12 @@ and this project adheres to `Semantic Versioning <http://semver.org/>`_.
88
99[Unreleased]
1010------------
11+
12+ Added
13+ -----
14+
15+ - Add ``merge_index `` option for ``Spread.df_to_sheet ``
16+
1117[3.2.2] - 2022-06-29
1218-----------------------------
1319
@@ -23,7 +29,7 @@ Changed
2329Fixed
2430-----
2531
26- - Don't use the deprecated pandas option `inplace = True `
32+ - Don't use the deprecated pandas option `` inplace = True ` `
2733- Fix hanging auth test
2834- Example in docs
2935
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ any ideas here I'd be happy to discuss.
3636Versions
3737--------
3838
39- In order to bump versions, we use `bumpversion <https://github.com/peritus/bumpversion >`__.
39+ In order to bump versions, we use `bump2version <https://github.com/c4urself/bump2version >`__.
4040This will take care of adding an entry in the CHANGELOG for the new version and bumping
4141the version everywhere it needs to. This will also create a git tag for the specific
4242version.
You can’t perform that action at this time.
0 commit comments