File tree 2 files changed +8
-2
lines changed
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/>`_.
8
8
9
9
[Unreleased]
10
10
------------
11
+
12
+ Added
13
+ -----
14
+
15
+ - Add ``merge_index `` option for ``Spread.df_to_sheet ``
16
+
11
17
[3.2.2] - 2022-06-29
12
18
-----------------------------
13
19
@@ -23,7 +29,7 @@ Changed
23
29
Fixed
24
30
-----
25
31
26
- - Don't use the deprecated pandas option `inplace = True `
32
+ - Don't use the deprecated pandas option `` inplace = True ` `
27
33
- Fix hanging auth test
28
34
- Example in docs
29
35
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ any ideas here I'd be happy to discuss.
36
36
Versions
37
37
--------
38
38
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 >`__.
40
40
This will take care of adding an entry in the CHANGELOG for the new version and bumping
41
41
the version everywhere it needs to. This will also create a git tag for the specific
42
42
version.
You can’t perform that action at this time.
0 commit comments